Skip to content

Commit b3bd9ef

Browse files
committed
Increase version to 454
1 parent a5ee251 commit b3bd9ef

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.454
10+
11+
### Added
12+
- Unhiding and fixing Annual Figures input
13+
- DREF import fixes
14+
915
## 1.1.453
1016

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

20442050
## 0.1.20
20452051

2046-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.453...HEAD
2052+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.454...HEAD
2053+
[1.1.454]: https://github.com/IFRCGo/go-api/compare/1.1.453...1.1.454
20472054
[1.1.453]: https://github.com/IFRCGo/go-api/compare/1.1.452...1.1.453
20482055
[1.1.452]: https://github.com/IFRCGo/go-api/compare/1.1.451...1.1.452
20492056
[1.1.451]: https://github.com/IFRCGo/go-api/compare/1.1.450...1.1.451

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.453'
6+
__version__ = '1.1.454'

0 commit comments

Comments
 (0)