Skip to content

Commit 42a37b6

Browse files
committed
Increase version to 435
1 parent 8adfc1f commit 42a37b6

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.435
910
## 1.1.431
1011

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

19491950
## 0.1.20
19501951

1951-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.431...HEAD
1952+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.435...HEAD
1953+
[1.1.435]: https://github.com/IFRCGo/go-api/compare/1.1.431...1.1.435
19521954
[1.1.431]: https://github.com/IFRCGo/go-api/compare/1.1.430...1.1.431
19531955
[1.1.430]: https://github.com/IFRCGo/go-api/compare/1.1.429...1.1.430
19541956
[1.1.429]: https://github.com/IFRCGo/go-api/compare/1.1.428...1.1.429

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.431'
6+
__version__ = '1.1.435'

0 commit comments

Comments
 (0)