File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## Unreleased
8+
9+ ## 1.1.446
10+
11+ ### Added
12+ - Indexing ElasticSearch results by visibilities
813 - Surge map performance tuning:
914 - eliminated FR queries
1015 - molnix and country stuff to prefetch
@@ -2009,7 +2014,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20092014
20102015## 0.1.20
20112016
2012- [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.445...HEAD
2017+ [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.446...HEAD
2018+ [ 1.1.446 ] : https://github.com/IFRCGo/go-api/compare/1.1.445...1.1.446
20132019[ 1.1.445 ] : https://github.com/IFRCGo/go-api/compare/1.1.444...1.1.445
20142020[ 1.1.444 ] : https://github.com/IFRCGo/go-api/compare/1.1.443...1.1.444
20152021[ 1.1.443 ] : https://github.com/IFRCGo/go-api/compare/1.1.442...1.1.443
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.445 '
6+ __version__ = '1.1.446 '
You can’t perform that action at this time.
0 commit comments