We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f79b73 + bea6b13 commit 0ee4d7dCopy full SHA for 0ee4d7d
README.rst
@@ -3,7 +3,7 @@ Open Inwoner
3
==================
4
5
6
-:Version: 1.21.0
+:Version: 1.22.0
7
:Source: https://github.com/maykinmedia/open-inwoner
8
:Documentation: https://docs.openinwoner.nl
9
:PythonVersion: 3.11
src/open_inwoner/conf/base.py
@@ -754,7 +754,7 @@
754
# SENTRY - error monitoring
755
#
756
SENTRY_DSN = config("SENTRY_DSN", None)
757
-RELEASE = "v1.21.0" # get_current_version()
+RELEASE = "v1.22.0" # get_current_version()
758
759
PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media")
760
FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")
0 commit comments