File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## Unreleased
88
9+ ## 1.1.441
10+
11+ ### Added
12+ - Password policy enhancements
13+ - Return also visibility to event properties
14+ - EmergencyProject should have visibility itself
15+
916## 1.1.440
1017## 1.1.439
1118
@@ -1976,7 +1983,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
19761983
19771984## 0.1.20
19781985
1979- [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.440...HEAD
1986+ [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.441...HEAD
1987+ [ 1.1.441 ] : https://github.com/IFRCGo/go-api/compare/1.1.440...1.1.441
19801988[ 1.1.440 ] : https://github.com/IFRCGo/go-api/compare/1.1.439...1.1.440
19811989[ 1.1.439 ] : https://github.com/IFRCGo/go-api/compare/1.1.438...1.1.439
19821990[ 1.1.438 ] : https://github.com/IFRCGo/go-api/compare/1.1.437...1.1.438
Original file line number Diff line number Diff line change 33from .celery import app as celery_app
44
55__all__ = ['celery_app' ]
6- __version__ = '1.1.440 '
6+ __version__ = '1.1.441 '
You can’t perform that action at this time.
0 commit comments