From 2c63b9702884720b0d1d82dbf44dc96ff4bfc3ee Mon Sep 17 00:00:00 2001 From: Sidney Richards Date: Thu, 6 Feb 2025 16:57:22 +0100 Subject: [PATCH] Release v1.27.0 --- README.rst | 2 +- publiccode.yaml | 4 ++-- src/open_inwoner/conf/base.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f2fc02fcad..658f949e47 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Open Inwoner ================== -:Version: 1.26.0 +:Version: 1.27.0 :Demo: https://openinwoner.nl :Source: https://github.com/maykinmedia/open-inwoner :Documentation: https://docs.openinwoner.nl diff --git a/publiccode.yaml b/publiccode.yaml index 2ce4c1f73e..517ac0a87f 100644 --- a/publiccode.yaml +++ b/publiccode.yaml @@ -7,8 +7,8 @@ publiccodeYmlVersion: '0.2' name: Open Inwoner Platform url: 'http://github.com/maykinmedia/open-inwoner.git' softwareType: standalone -softwareVersion: 0.1.0 -releaseDate: 't.b.d.' +softwareVersion: 1.27.0 +releaseDate: '2025-02-06' logo: 'https://github.com/maykinmedia/open-inwoner/blob/develop/docs/logo.png' platforms: - web diff --git a/src/open_inwoner/conf/base.py b/src/open_inwoner/conf/base.py index fa0d895ad8..49e664f9ec 100644 --- a/src/open_inwoner/conf/base.py +++ b/src/open_inwoner/conf/base.py @@ -759,7 +759,7 @@ # SENTRY - error monitoring # SENTRY_DSN = config("SENTRY_DSN", None) -RELEASE = "v1.26.0" # get_current_version() +RELEASE = "v1.27.0" # get_current_version() PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media") FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")