Skip to content

Commit ea93947

Browse files
committed
Increase version to 469
1 parent 9d6de39 commit ea93947

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.469
10+
11+
### Added
12+
- Ingest country plan and internal plan files
13+
- Bump up cryptography and django modules
14+
- Surge Alert statuses: Open, Closed, Stood down
15+
916
## 1.1.468
1017

1118
### Added
@@ -2143,7 +2150,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21432150

21442151
## 0.1.20
21452152

2146-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.468...HEAD
2153+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.469...HEAD
2154+
[1.1.469]: https://github.com/IFRCGo/go-api/compare/1.1.468...1.1.469
21472155
[1.1.468]: https://github.com/IFRCGo/go-api/compare/1.1.467...1.1.468
21482156
[1.1.467]: https://github.com/IFRCGo/go-api/compare/1.1.466...1.1.467
21492157
[1.1.466]: https://github.com/IFRCGo/go-api/compare/1.1.465...1.1.466

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.468'
6+
__version__ = '1.1.469'

0 commit comments

Comments
 (0)