Skip to content

Commit ac06224

Browse files
committed
Release v1.27.0
1 parent e43a611 commit ac06224

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.26.0
6+
:Version: 1.27.0
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: 0.1.0
11-
releaseDate: 't.b.d.'
10+
softwareVersion: 1.27.0
11+
releaseDate: '2025-02-06'
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
@@ -759,7 +759,7 @@
759759
# SENTRY - error monitoring
760760
#
761761
SENTRY_DSN = config("SENTRY_DSN", None)
762-
RELEASE = "v1.26.0" # get_current_version()
762+
RELEASE = "v1.27.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)