Skip to content

Commit cad62f0

Browse files
committed
Increase version to 479
1 parent ef45cb5 commit cad62f0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.478'
6+
__version__ = '1.1.479'

0 commit comments

Comments
 (0)