Skip to content

Commit b5b34bf

Browse files
committed
Increase version to 447
1 parent 43123a1 commit b5b34bf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.447
910
## 1.1.446
1011

1112
### Added
13+
- A fix on flash update export in case of empty media
1214
- Indexing ElasticSearch results by visibilities
1315
- Surge map performance tuning:
1416
- eliminated FR queries
@@ -2014,7 +2016,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20142016

20152017
## 0.1.20
20162018

2017-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.446...HEAD
2019+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.447...HEAD
2020+
[1.1.447]: https://github.com/IFRCGo/go-api/compare/1.1.446...1.1.447
20182021
[1.1.446]: https://github.com/IFRCGo/go-api/compare/1.1.445...1.1.446
20192022
[1.1.445]: https://github.com/IFRCGo/go-api/compare/1.1.444...1.1.445
20202023
[1.1.444]: https://github.com/IFRCGo/go-api/compare/1.1.443...1.1.444

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.446'
6+
__version__ = '1.1.447'

0 commit comments

Comments
 (0)