Skip to content

Commit b1653c3

Browse files
committed
Release v1.21.4
1 parent 7e16f2c commit b1653c3

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.3
6+
:Version: 1.21.4
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
@@ -750,7 +750,7 @@
750750
# SENTRY - error monitoring
751751
#
752752
SENTRY_DSN = config("SENTRY_DSN", None)
753-
RELEASE = "v1.21.3" # get_current_version()
753+
RELEASE = "v1.21.4" # get_current_version()
754754

755755
PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media")
756756
FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")

0 commit comments

Comments
 (0)