Skip to content

Commit 75ce999

Browse files
committed
Increase version to 462
1 parent 790bcf9 commit 75ce999

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.462
10+
11+
### Added
12+
- Country Plans – strategic priorities
13+
- Adding IDN, MYS, PHL, POL to Admin2 areas
14+
915
## 1.1.461
1016

1117
### Added
@@ -2099,7 +2105,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20992105

21002106
## 0.1.20
21012107

2102-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.461...HEAD
2108+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.462...HEAD
2109+
[1.1.462]: https://github.com/IFRCGo/go-api/compare/1.1.461...1.1.462
21032110
[1.1.461]: https://github.com/IFRCGo/go-api/compare/1.1.460...1.1.461
21042111
[1.1.460]: https://github.com/IFRCGo/go-api/compare/1.1.459...1.1.460
21052112
[1.1.459]: https://github.com/IFRCGo/go-api/compare/1.1.458...1.1.459

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.461'
6+
__version__ = '1.1.462'

0 commit comments

Comments
 (0)