File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33from .celery import app as celery_app
44
55__all__ = ['celery_app' ]
6- __version__ = '1.1.446 '
6+ __version__ = '1.1.447 '
You can’t perform that action at this time.
0 commit comments