diff --git a/README.rst b/README.rst index 658f949e47..765d05814e 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Open Inwoner ================== -:Version: 1.27.0 +:Version: 1.27.1 :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 517ac0a87f..f9b679664c 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: 1.27.0 -releaseDate: '2025-02-06' +softwareVersion: 1.27.1 +releaseDate: '2025-02-25' 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 f077257def..058fea935f 100644 --- a/src/open_inwoner/conf/base.py +++ b/src/open_inwoner/conf/base.py @@ -767,7 +767,7 @@ # SENTRY - error monitoring # SENTRY_DSN = config("SENTRY_DSN", None) -RELEASE = "v1.27.0" # get_current_version() +RELEASE = "v1.27.1" # get_current_version() PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media") FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")