Skip to content

Commit 27673e7

Browse files
committed
Increase version to 446
1 parent 8648c84 commit 27673e7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

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.445'
6+
__version__ = '1.1.446'

0 commit comments

Comments
 (0)