Skip to content

Commit

Permalink
Bumping version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme committed Oct 10, 2023
1 parent 64b1b4d commit 5a60c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Open Inwoner
==================


:Version: 1.10
:Version: 1.11
:Source: https://github.com/maykinmedia/open-inwoner
:Keywords: inwoner
:PythonVersion: 3.9
Expand Down
2 changes: 1 addition & 1 deletion src/open_inwoner/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
# SENTRY - error monitoring
#
SENTRY_DSN = config("SENTRY_DSN", None)
RELEASE = "v1.10" # get_current_version()
RELEASE = "v1.11" # get_current_version()

PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media")
FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")
Expand Down

0 comments on commit 5a60c3e

Please sign in to comment.