Skip to content

Commit 2ec82b4

Browse files
committed
Release 1.19.0
1 parent 7d7e0ec commit 2ec82b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Open Inwoner
33
==================
44

55

6-
:Version: 1.18.2
6+
:Version: 1.19.0
77
:Source: https://github.com/maykinmedia/open-inwoner
88
:Documentation: https://docs.openinwoner.nl
99
:PythonVersion: 3.11

src/open_inwoner/conf/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@
744744
# SENTRY - error monitoring
745745
#
746746
SENTRY_DSN = config("SENTRY_DSN", None)
747-
RELEASE = "v1.18.2" # get_current_version()
747+
RELEASE = "v1.19.0" # get_current_version()
748748

749749
PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media")
750750
FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")

0 commit comments

Comments
 (0)