Skip to content

Commit d35cbf7

Browse files
committed
chore: release v2.0.4
1 parent 7c088c9 commit d35cbf7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
2.0.4 (2026-03-19)
22
==================
33

4+
Voor een volledig overzicht van alle commits, zie :release:`v2.0.4`.
5+
46
Bugfixes
57
--------
68

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Open Inwoner
33
==================
44

55

6-
:Version: 2.0.1
6+
:Version: 2.0.4
77
:Demo: https://openinwoner.nl
88
:Source: https://github.com/maykinmedia/open-inwoner
99
:Documentation: https://docs.openinwoner.nl

publiccode.yaml

Lines changed: 2 additions & 2 deletions
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: 2.0.3
11-
releaseDate: '2026-02-20'
10+
softwareVersion: 2.0.4
11+
releaseDate: '2026-03-19'
1212
logo: 'https://github.com/maykinmedia/open-inwoner/blob/develop/docs/logo.png'
1313
platforms:
1414
- web

src/open_inwoner/conf/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
# SENTRY - error monitoring
840840
#
841841
SENTRY_DSN = config("SENTRY_DSN", None)
842-
RELEASE = "v2.0.3" # get_current_version()
842+
RELEASE = "v2.0.4" # get_current_version()
843843

844844
PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media")
845845
FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")

0 commit comments

Comments
 (0)