Skip to content

Commit 09c3067

Browse files
committed
Increase version to 457
1 parent 1b6616d commit 09c3067

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.457
10+
11+
### Added
12+
- Hotfix for recent "affected people" figures / Field Report, ERP
13+
- Choice-value showing endpoints (v1.1) - mostly for Projects
14+
915
## 1.1.456
1016

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

20672073
## 0.1.20
20682074

2069-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.456...HEAD
2075+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.457...HEAD
2076+
[1.1.457]: https://github.com/IFRCGo/go-api/compare/1.1.456...1.1.457
20702077
[1.1.456]: https://github.com/IFRCGo/go-api/compare/1.1.455...1.1.456
20712078
[1.1.455]: https://github.com/IFRCGo/go-api/compare/1.1.454...1.1.455
20722079
[1.1.454]: https://github.com/IFRCGo/go-api/compare/1.1.453...1.1.454

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.456'
6+
__version__ = '1.1.457'

0 commit comments

Comments
 (0)