Skip to content

Commit 0df7522

Browse files
committed
Release v1.27.2
1 parent d43d800 commit 0df7522

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

publiccode.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ publiccodeYmlVersion: '0.2'
77
name: Open Inwoner Platform
88
url: 'http://github.com/maykinmedia/open-inwoner.git'
99
softwareType: standalone
10-
softwareVersion: 1.27.1
11-
releaseDate: '2025-02-25'
10+
softwareVersion: 1.27.2
11+
releaseDate: '2025-02-28'
1212
logo: 'https://github.com/maykinmedia/open-inwoner/blob/develop/docs/logo.png'
1313
platforms:
1414
- web

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.27.1" # get_current_version()
770+
RELEASE = "v1.27.2" # 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)