Skip to content

Commit

Permalink
chore: upgrade 3.10.0
Browse files Browse the repository at this point in the history
Change-Id: I69d00047737445e35ef50590e550ec86659965b5
  • Loading branch information
Guillaume-sousa committed May 29, 2024
1 parent 3f14f6b commit caaeec8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion mdcs/core_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

SERVER_URI = os.environ["SERVER_URI"] if "SERVER_URI" in os.environ else None

PROJECT_VERSION = os.getenv("PROJECT_VERSION", "3.9.0")
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "3.10.0")
""" :py:class:`str`: Project version number.
"""

Expand Down
42 changes: 21 additions & 21 deletions requirements.core.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
core_main_app[mongodb]==2.9.*
core_composer_app==2.9.*
core_curate_app==2.9.*
core_dashboard_common_app==2.9.*
core_dashboard_app==2.9.*
core_explore_example_app==2.9.*
core_explore_keyword_app==2.9.*
core_explore_federated_search_app==2.9.*
core_exporters_app==2.9.*
core_federated_search_app==2.9.*
core_website_app==2.9.*
core_module_blob_host_app==2.9.*
core_module_remote_blob_host_app==2.9.*
core_module_advanced_blob_host_app==2.9.*
core_module_excel_uploader_app==2.9.*
core_module_periodic_table_app==2.9.*
core_module_chemical_composition_app==2.9.*
core_module_chemical_composition_simple_app==2.9.*
core_module_text_area_app==2.9.*
core_file_preview_app==2.9.*
core_linked_records_app==2.9.*
core_main_app[mongodb]==2.10.*
core_composer_app==2.10.*
core_curate_app==2.10.*
core_dashboard_common_app==2.10.*
core_dashboard_app==2.10.*
core_explore_example_app==2.10.*
core_explore_keyword_app==2.10.*
core_explore_federated_search_app==2.10.*
core_exporters_app==2.10.*
core_federated_search_app==2.10.*
core_website_app==2.10.*
core_module_blob_host_app==2.10.*
core_module_remote_blob_host_app==2.10.*
core_module_advanced_blob_host_app==2.10.*
core_module_excel_uploader_app==2.10.*
core_module_periodic_table_app==2.10.*
core_module_chemical_composition_app==2.10.*
core_module_chemical_composition_simple_app==2.10.*
core_module_text_area_app==2.10.*
core_file_preview_app==2.10.*
core_linked_records_app==2.10.*

0 comments on commit caaeec8

Please sign in to comment.