File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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+
46Bugfixes
57--------
68
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ publiccodeYmlVersion: '0.2'
77name : Open Inwoner Platform
88url : ' http://github.com/maykinmedia/open-inwoner.git'
99softwareType : standalone
10- softwareVersion : 2.0.0
11- releaseDate : ' 2026-01-05 '
10+ softwareVersion : 2.0.1
11+ releaseDate : ' 2026-01-26 '
1212logo : ' https://github.com/maykinmedia/open-inwoner/blob/develop/docs/logo.png'
1313platforms :
1414 - web
Original file line number Diff line number Diff line change 838838# SENTRY - error monitoring
839839#
840840SENTRY_DSN = config ("SENTRY_DSN" , None )
841- RELEASE = "v2.0.0 " # get_current_version()
841+ RELEASE = "v2.0.1 " # get_current_version()
842842
843843PRIVATE_MEDIA_ROOT = os .path .join (BASE_DIR , "private_media" )
844844FILER_ROOT = os .path .join (BASE_DIR , "media" , "filer" )
You can’t perform that action at this time.
0 commit comments