Skip to content

Commit 788a90a

Browse files
authored
Merge pull request #1660 from maykinmedia/release/1.28.0
Release v1.28.0
2 parents 8f220a5 + 3669916 commit 788a90a

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.git-blame-ignore-revs

+12
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@ ea0326c3d0a373a4701d64e6355b6ec60181ccdd
1010

1111
# Apply potentially unsafe fixes for ruff SIM
1212
0d9012fb9160e0e9237bf5ac1aecca4b35ffa867
13+
14+
# Apply ruff B904 raise without from inside except
15+
93936fe3f793ed83870e104679d8b02566fbdf6c
16+
17+
# Apply ruff B010 no setattr with constant value
18+
da3980338792fe95659d1aef4e2ff3ecf9767cc5
19+
20+
# Apply ruff B006 no mutable default args
21+
cb4197d07b630d6bb4ef2954b445eaf91795bf58
22+
23+
# Refactor for compliance with PEP8-naming
24+
aa306e5041e55e8f9b34526fd210425f01757f70

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

+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.0
11-
releaseDate: '2025-02-06'
10+
softwareVersion: 1.28.0
11+
releaseDate: '2025-03-11'
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
@@ -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)