Skip to content

Commit e88acdc

Browse files
committed
Increase version to 466
1 parent 8a13e15 commit e88acdc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## 1.1.466
10+
11+
### Added
12+
- DREF Final Report finalization + new features
13+
- LocalUnits – first steps
14+
- Event visibility fix
15+
916
## 1.1.465
1017

1118
### Added
@@ -2126,7 +2133,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21262133

21272134
## 0.1.20
21282135

2129-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.465...HEAD
2136+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.466...HEAD
2137+
[1.1.466]: https://github.com/IFRCGo/go-api/compare/1.1.465...1.1.466
21302138
[1.1.465]: https://github.com/IFRCGo/go-api/compare/1.1.464...1.1.465
21312139
[1.1.464]: https://github.com/IFRCGo/go-api/compare/1.1.463...1.1.464
21322140
[1.1.463]: https://github.com/IFRCGo/go-api/compare/1.1.462...1.1.463

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.465'
6+
__version__ = '1.1.466'

0 commit comments

Comments
 (0)