Skip to content

Commit 764d121

Browse files
committed
Increase version to 450
1 parent 9d177f1 commit 764d121

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.450
910
## 1.1.449
1011

1112
### Added
@@ -2027,7 +2028,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20272028

20282029
## 0.1.20
20292030

2030-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.449...HEAD
2031+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.450...HEAD
2032+
[1.1.450]: https://github.com/IFRCGo/go-api/compare/1.1.449...1.1.450
20312033
[1.1.449]: https://github.com/IFRCGo/go-api/compare/1.1.448...1.1.449
20322034
[1.1.448]: https://github.com/IFRCGo/go-api/compare/1.1.447...1.1.448
20332035
[1.1.447]: https://github.com/IFRCGo/go-api/compare/1.1.446...1.1.447

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.449'
6+
__version__ = '1.1.450'

0 commit comments

Comments
 (0)