File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## Unreleased
88
9+ ## 1.1.479
10+
11+ ### Added
12+ - Add /admin to Admin page URL in references
13+ - Add CompareVersionAdmin to some Admin pages
14+
915## 1.1.478
1016
1117### Added
@@ -2231,7 +2237,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22312237
22322238## 0.1.20
22332239
2234- [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.478...HEAD
2240+ [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.479...HEAD
2241+ [ 1.1.479 ] : https://github.com/IFRCGo/go-api/compare/1.1.478...1.1.479
22352242[ 1.1.478 ] : https://github.com/IFRCGo/go-api/compare/1.1.477...1.1.478
22362243[ 1.1.477 ] : https://github.com/IFRCGo/go-api/compare/1.1.476...1.1.477
22372244[ 1.1.476 ] : https://github.com/IFRCGo/go-api/compare/1.1.475...1.1.476
Original file line number Diff line number Diff line change 33from .celery import app as celery_app
44
55__all__ = ['celery_app' ]
6- __version__ = '1.1.478 '
6+ __version__ = '1.1.479 '
You can’t perform that action at this time.
0 commit comments