File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 112.0.4 (2026-03-19)
22==================
33
4+ Voor een volledig overzicht van alle commits, zie :release: `v2.0.4 `.
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.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
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.3
11- releaseDate : ' 2026-02-20 '
10+ softwareVersion : 2.0.4
11+ releaseDate : ' 2026-03-19 '
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 839839# SENTRY - error monitoring
840840#
841841SENTRY_DSN = config ("SENTRY_DSN" , None )
842- RELEASE = "v2.0.3 " # get_current_version()
842+ RELEASE = "v2.0.4 " # get_current_version()
843843
844844PRIVATE_MEDIA_ROOT = os .path .join (BASE_DIR , "private_media" )
845845FILER_ROOT = os .path .join (BASE_DIR , "media" , "filer" )
You can’t perform that action at this time.
0 commit comments