Skip to content

Commit cf96a10

Browse files
committed
Increase version to 470
1 parent 763858f commit cf96a10

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.470
10+
11+
### Added
12+
- Internal plan files: collecting only PDF-s
13+
- Nicer LocalUnit admin lists
14+
- ISO3 filtering possibility for districts and appeals
15+
- GitHub Actions - add issue to Backlog project
16+
917
## 1.1.469
1018

1119
### Added
@@ -2150,7 +2158,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21502158

21512159
## 0.1.20
21522160

2153-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.469...HEAD
2161+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.470...HEAD
2162+
[1.1.470]: https://github.com/IFRCGo/go-api/compare/1.1.469...1.1.470
21542163
[1.1.469]: https://github.com/IFRCGo/go-api/compare/1.1.468...1.1.469
21552164
[1.1.468]: https://github.com/IFRCGo/go-api/compare/1.1.467...1.1.468
21562165
[1.1.467]: https://github.com/IFRCGo/go-api/compare/1.1.466...1.1.467

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.469'
6+
__version__ = '1.1.470'

0 commit comments

Comments
 (0)