Skip to content

Commit

Permalink
chore: upgrade 3.11.0
Browse files Browse the repository at this point in the history
Change-Id: If3cd0a6862a49821fe3ce91b0cde4c061f006d30
  • Loading branch information
Guillaume-sousa committed Jul 22, 2024
1 parent caaeec8 commit b4305ab
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.10.0")
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "3.11.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.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.*
core_main_app[mongodb]==2.11.*
core_composer_app==2.11.*
core_curate_app==2.11.*
core_dashboard_common_app==2.11.*
core_dashboard_app==2.11.*
core_explore_example_app==2.11.*
core_explore_keyword_app==2.11.*
core_explore_federated_search_app==2.11.*
core_exporters_app==2.11.*
core_federated_search_app==2.11.*
core_website_app==2.11.*
core_module_blob_host_app==2.11.*
core_module_remote_blob_host_app==2.11.*
core_module_advanced_blob_host_app==2.11.*
core_module_excel_uploader_app==2.11.*
core_module_periodic_table_app==2.11.*
core_module_chemical_composition_app==2.11.*
core_module_chemical_composition_simple_app==2.11.*
core_module_text_area_app==2.11.*
core_file_preview_app==2.11.*
core_linked_records_app==2.11.*

0 comments on commit b4305ab

Please sign in to comment.