Skip to content

Commit 21f82f8

Browse files
committed
Increase version to 452
1 parent 6ec6151 commit 21f82f8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## 1.1.452
10+
11+
### Added
12+
- Fixes for EmergencyProject serializer (X, X_details both needed)
13+
914
## 1.1.451
1015

1116
### Added
@@ -2033,7 +2038,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20332038

20342039
## 0.1.20
20352040

2036-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.451...HEAD
2041+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.452...HEAD
2042+
[1.1.452]: https://github.com/IFRCGo/go-api/compare/1.1.451...1.1.452
20372043
[1.1.451]: https://github.com/IFRCGo/go-api/compare/1.1.450...1.1.451
20382044
[1.1.450]: https://github.com/IFRCGo/go-api/compare/1.1.449...1.1.450
20392045
[1.1.449]: https://github.com/IFRCGo/go-api/compare/1.1.448...1.1.449

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.451'
6+
__version__ = '1.1.452'

0 commit comments

Comments
 (0)