Skip to content

Commit 16a8bb7

Browse files
committed
Increase version to 461
1 parent 0535ca1 commit 16a8bb7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.461
10+
11+
### Added
12+
- Introducing COUNTRY PLANs
13+
- Only active users to be shown in DREF forms (for sharing)
14+
- Add centroid processing for Admin2
15+
- DREF Ops Update validation fixes
16+
- Update snapshottest to 0.6.0 (and other small modules)
17+
918
## 1.1.460
1019

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

20912100
## 0.1.20
20922101

2093-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.460...HEAD
2102+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.461...HEAD
2103+
[1.1.461]: https://github.com/IFRCGo/go-api/compare/1.1.460...1.1.461
20942104
[1.1.460]: https://github.com/IFRCGo/go-api/compare/1.1.459...1.1.460
20952105
[1.1.459]: https://github.com/IFRCGo/go-api/compare/1.1.458...1.1.459
20962106
[1.1.458]: https://github.com/IFRCGo/go-api/compare/1.1.457...1.1.458

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.460'
6+
__version__ = '1.1.461'

0 commit comments

Comments
 (0)