Skip to content

Commit 02f76ef

Browse files
committed
chore: release 2.0.1
1 parent 407731f commit 02f76ef

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
2.0.1 (2026-XX-YY)
1+
2.0.1 (2026-01-26)
22
==================
33

4+
Voor een volledig overzicht van alle commits, zie :release:`v2.0.1`.
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.0
6+
:Version: 2.0.1
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.0
11-
releaseDate: '2026-01-05'
10+
softwareVersion: 2.0.1
11+
releaseDate: '2026-01-26'
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
@@ -838,7 +838,7 @@
838838
# SENTRY - error monitoring
839839
#
840840
SENTRY_DSN = config("SENTRY_DSN", None)
841-
RELEASE = "v2.0.0" # get_current_version()
841+
RELEASE = "v2.0.1" # get_current_version()
842842

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

0 commit comments

Comments
 (0)