Skip to content

Commit 710de79

Browse files
committed
Increase version to 465
1 parent 9eb017e commit 710de79

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.465
10+
11+
### Added
12+
- Ingest country plan
13+
914
## 1.1.464
1015

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

21222127
## 0.1.20
21232128

2124-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.464...HEAD
2129+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.465...HEAD
2130+
[1.1.465]: https://github.com/IFRCGo/go-api/compare/1.1.464...1.1.465
21252131
[1.1.464]: https://github.com/IFRCGo/go-api/compare/1.1.463...1.1.464
21262132
[1.1.463]: https://github.com/IFRCGo/go-api/compare/1.1.462...1.1.463
21272133
[1.1.462]: https://github.com/IFRCGo/go-api/compare/1.1.461...1.1.462

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.464'
6+
__version__ = '1.1.465'

0 commit comments

Comments
 (0)