Skip to content

Commit e6314f4

Browse files
committed
Increase version to 467
1 parent f677cbd commit e6314f4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## 1.1.467
10+
11+
### Added
12+
- Pagination fix (event, personnel)
13+
914
## 1.1.466
1015

1116
### Added
1217
- DREF Final Report finalization + new features
13-
- LocalUnits – first steps
18+
- LocalUnits
1419
- Event visibility fix
1520

1621
## 1.1.465
@@ -2133,7 +2138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21332138

21342139
## 0.1.20
21352140

2136-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.466...HEAD
2141+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.467...HEAD
2142+
[1.1.467]: https://github.com/IFRCGo/go-api/compare/1.1.466...1.1.467
21372143
[1.1.466]: https://github.com/IFRCGo/go-api/compare/1.1.465...1.1.466
21382144
[1.1.465]: https://github.com/IFRCGo/go-api/compare/1.1.464...1.1.465
21392145
[1.1.464]: https://github.com/IFRCGo/go-api/compare/1.1.463...1.1.464

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.466'
6+
__version__ = '1.1.467'

0 commit comments

Comments
 (0)