File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33from .celery import app as celery_app
44
55__all__ = ['celery_app' ]
6- __version__ = '1.1.460 '
6+ __version__ = '1.1.461 '
You can’t perform that action at this time.
0 commit comments