Skip to content

Commit b98b8f8

Browse files
committed
Increase version to 478
1 parent 8be39fe commit b98b8f8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.478
10+
11+
### Added
12+
- DREF Final Report - Date of approval
13+
914
## 1.1.477
1015

1116
### Added
@@ -2226,7 +2231,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22262231

22272232
## 0.1.20
22282233

2229-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.477...HEAD
2234+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.478...HEAD
2235+
[1.1.478]: https://github.com/IFRCGo/go-api/compare/1.1.477...1.1.478
22302236
[1.1.477]: https://github.com/IFRCGo/go-api/compare/1.1.476...1.1.477
22312237
[1.1.476]: https://github.com/IFRCGo/go-api/compare/1.1.475...1.1.476
22322238
[1.1.475]: https://github.com/IFRCGo/go-api/compare/1.1.474...1.1.475

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.477'
6+
__version__ = '1.1.478'

0 commit comments

Comments
 (0)