Skip to content

Commit 15aec7a

Browse files
committed
Increase version to 459
1 parent 96858e8 commit 15aec7a

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.459
10+
11+
### Added
12+
- PER permissions revoke from ifrc_admins
13+
914
## 1.1.458
1015

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

20802085
## 0.1.20
20812086

2082-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.458...HEAD
2087+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.459...HEAD
2088+
[1.1.459]: https://github.com/IFRCGo/go-api/compare/1.1.458...1.1.459
20832089
[1.1.458]: https://github.com/IFRCGo/go-api/compare/1.1.457...1.1.458
20842090
[1.1.457]: https://github.com/IFRCGo/go-api/compare/1.1.456...1.1.457
20852091
[1.1.456]: https://github.com/IFRCGo/go-api/compare/1.1.455...1.1.456

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.458'
6+
__version__ = '1.1.459'

0 commit comments

Comments
 (0)