Skip to content

Commit b4a1183

Browse files
committed
Increase version to 429
1 parent 3b443b5 commit b4a1183

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.429
10+
## 1.1.428
11+
## 1.1.427
12+
## 1.1.426
13+
## 1.1.425
14+
15+
### Added
16+
- Admin2 basics
17+
- Celery workflow with changed docker-compose
18+
- Job position into surge alert notification emails
19+
- Background task for sending email and pdf generation
20+
- Set up celery and add task for flash update
21+
- Fixing surge deployments stuck notifications
22+
- More sensitive molnix-status
23+
- Emergency 3w
924
- PersonnelViewset distinct query
1025
- Changing 1 day limit for registrations to 30
1126

27+
## 1.1.424
28+
## 1.1.423
29+
## 1.1.422
30+
## 1.1.421
1231
## 1.1.420
1332

1433
### Added
@@ -1919,7 +1938,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
19191938

19201939
## 0.1.20
19211940

1922-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.420...HEAD
1941+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.429...HEAD
1942+
[1.1.429]: https://github.com/IFRCGo/go-api/compare/1.1.428...1.1.429
1943+
[1.1.428]: https://github.com/IFRCGo/go-api/compare/1.1.427...1.1.428
1944+
[1.1.427]: https://github.com/IFRCGo/go-api/compare/1.1.426...1.1.427
1945+
[1.1.426]: https://github.com/IFRCGo/go-api/compare/1.1.425...1.1.426
1946+
[1.1.425]: https://github.com/IFRCGo/go-api/compare/1.1.424...1.1.425
1947+
[1.1.424]: https://github.com/IFRCGo/go-api/compare/1.1.423...1.1.424
1948+
[1.1.423]: https://github.com/IFRCGo/go-api/compare/1.1.422...1.1.423
1949+
[1.1.422]: https://github.com/IFRCGo/go-api/compare/1.1.421...1.1.422
1950+
[1.1.421]: https://github.com/IFRCGo/go-api/compare/1.1.420...1.1.421
19231951
[1.1.420]: https://github.com/IFRCGo/go-api/compare/1.1.419...1.1.420
19241952
[1.1.419]: https://github.com/IFRCGo/go-api/compare/1.1.418...1.1.419
19251953
[1.1.418]: https://github.com/IFRCGo/go-api/compare/1.1.417...1.1.418

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.428'
6+
__version__ = '1.1.429'

0 commit comments

Comments
 (0)