We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7e0ec commit 2ec82b4Copy full SHA for 2ec82b4
README.rst
@@ -3,7 +3,7 @@ Open Inwoner
3
==================
4
5
6
-:Version: 1.18.2
+:Version: 1.19.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
@@ -744,7 +744,7 @@
744
# SENTRY - error monitoring
745
#
746
SENTRY_DSN = config("SENTRY_DSN", None)
747
-RELEASE = "v1.18.2" # get_current_version()
+RELEASE = "v1.19.0" # get_current_version()
748
749
PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media")
750
FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")
0 commit comments