Skip to content

Commit 4055644

Browse files
committed
Release v1.26.0
1 parent a9942e9 commit 4055644

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.24.0
6+
:Version: 1.26.0
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
@@ -759,7 +759,7 @@
759759
# SENTRY - error monitoring
760760
#
761761
SENTRY_DSN = config("SENTRY_DSN", None)
762-
RELEASE = "v1.24.0" # get_current_version()
762+
RELEASE = "v1.26.0" # get_current_version()
763763

764764
PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media")
765765
FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")

0 commit comments

Comments
 (0)