Skip to content

Commit c317098

Browse files
committed
Increase version to 476
1 parent 2f2f518 commit c317098

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.476
10+
11+
### Added
12+
- Hotfix for emergencyproject revision
13+
914
## 1.1.475
1015

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

22122217
## 0.1.20
22132218

2214-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.475...HEAD
2219+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.476...HEAD
2220+
[1.1.476]: https://github.com/IFRCGo/go-api/compare/1.1.475...1.1.476
22152221
[1.1.475]: https://github.com/IFRCGo/go-api/compare/1.1.474...1.1.475
22162222
[1.1.474]: https://github.com/IFRCGo/go-api/compare/1.1.473...1.1.474
22172223
[1.1.473]: https://github.com/IFRCGo/go-api/compare/1.1.472...1.1.473

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.475'
6+
__version__ = '1.1.476'

0 commit comments

Comments
 (0)