Skip to content

Commit 0ee4d7d

Browse files
authored
Merge pull request #1440 from maykinmedia/release/v1.22.0
Release v1.22.0
2 parents 2f79b73 + bea6b13 commit 0ee4d7d

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.21.0
6+
:Version: 1.22.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
@@ -754,7 +754,7 @@
754754
# SENTRY - error monitoring
755755
#
756756
SENTRY_DSN = config("SENTRY_DSN", None)
757-
RELEASE = "v1.21.0" # get_current_version()
757+
RELEASE = "v1.22.0" # get_current_version()
758758

759759
PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media")
760760
FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")

0 commit comments

Comments
 (0)