Skip to content

Commit 9c7f977

Browse files
committed
Release v1.26.1
1 parent dcdf94e commit 9c7f977

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.26.0
6+
:Version: 1.26.1
77
:Demo: https://openinwoner.nl
88
:Source: https://github.com/maykinmedia/open-inwoner
99
:Documentation: https://docs.openinwoner.nl

src/open_inwoner/conf/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@
767767
# SENTRY - error monitoring
768768
#
769769
SENTRY_DSN = config("SENTRY_DSN", None)
770-
RELEASE = "v1.26.0" # get_current_version()
770+
RELEASE = "v1.26.1" # get_current_version()
771771

772772
PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media")
773773
FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")

0 commit comments

Comments
 (0)