Skip to content

Commit

Permalink
chore: update version to 3.6.0
Browse files Browse the repository at this point in the history
Change-Id: I021a582d7466625ffd4b2334bae3483b71363439
  • Loading branch information
Guillaume-sousa committed Sep 25, 2023
1 parent e67b1fd commit 7b4d4c6
Showing 1 changed file with 1 addition and 1 deletion.
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.5.0")
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "3.6.0")
""" :py:class:`str`: Project version number.
"""

Expand Down

0 comments on commit 7b4d4c6

Please sign in to comment.