Skip to content

Commit bb06356

Browse files
committed
Increase version to 441
1 parent e378fb7 commit bb06356

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

main/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .celery import app as celery_app
44

55
__all__ = ['celery_app']
6-
__version__ = '1.1.440'
6+
__version__ = '1.1.441'

0 commit comments

Comments
 (0)