Skip to content

Commit bb6cc22

Browse files
committed
Release v1.28.0
1 parent 1e2e548 commit bb6cc22

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

publiccode.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
77
name: Open Inwoner Platform
88
url: 'http://github.com/maykinmedia/open-inwoner.git'
99
softwareType: standalone
10-
softwareVersion: 1.27.0
10+
softwareVersion: 1.28.0
1111
releaseDate: '2025-02-06'
1212
logo: 'https://github.com/maykinmedia/open-inwoner/blob/develop/docs/logo.png'
1313
platforms:

src/open_inwoner/conf/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@
769769
# SENTRY - error monitoring
770770
#
771771
SENTRY_DSN = config("SENTRY_DSN", None)
772-
RELEASE = "v1.27.0" # get_current_version()
772+
RELEASE = "v1.28.0" # get_current_version()
773773

774774
PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media")
775775
FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")

0 commit comments

Comments
 (0)