Skip to content

Commit e639715

Browse files
committed
Release v1.23.0
1 parent 00f70f5 commit e639715

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.22.0
6+
:Version: 1.23.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
@@ -755,7 +755,7 @@
755755
# SENTRY - error monitoring
756756
#
757757
SENTRY_DSN = config("SENTRY_DSN", None)
758-
RELEASE = "v1.22.0" # get_current_version()
758+
RELEASE = "v1.23.0" # get_current_version()
759759

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

0 commit comments

Comments
 (0)