Skip to content

Commit 5d008dc

Browse files
committed
Increase version to 430
1 parent 5b6511c commit 5d008dc

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.430
10+
11+
### Added
12+
- Response_activity_count in event api
13+
914
## 1.1.429
1015
## 1.1.428
1116
## 1.1.427
@@ -1938,7 +1943,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
19381943

19391944
## 0.1.20
19401945

1941-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.429...HEAD
1946+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.430...HEAD
1947+
[1.1.430]: https://github.com/IFRCGo/go-api/compare/1.1.429...1.1.430
19421948
[1.1.429]: https://github.com/IFRCGo/go-api/compare/1.1.428...1.1.429
19431949
[1.1.428]: https://github.com/IFRCGo/go-api/compare/1.1.427...1.1.428
19441950
[1.1.427]: https://github.com/IFRCGo/go-api/compare/1.1.426...1.1.427

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.429'
6+
__version__ = '1.1.430'

0 commit comments

Comments
 (0)