File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## Unreleased
88
9+ ## 1.1.473
10+
11+ ### Added
12+ - Django_haystack based, full page search
13+ - Sector and SectorTag not hardwired
14+ - Bump up modules (redis), snapshot test fixes
15+
16+ ## 1.1.472
917## 1.1.471
1018
1119### Added
12- - Hotfix for DREF permissions
20+ - Hotfix for DREF: image fields
21+ - Hotfix for DREF: permissions
1322
1423## 1.1.470
1524
@@ -2163,7 +2172,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21632172
21642173## 0.1.20
21652174
2166- [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.471...HEAD
2175+ [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.473...HEAD
2176+ [ 1.1.473 ] : https://github.com/IFRCGo/go-api/compare/1.1.472...1.1.473
2177+ [ 1.1.472 ] : https://github.com/IFRCGo/go-api/compare/1.1.471...1.1.472
21672178[ 1.1.471 ] : https://github.com/IFRCGo/go-api/compare/1.1.470...1.1.471
21682179[ 1.1.470 ] : https://github.com/IFRCGo/go-api/compare/1.1.469...1.1.470
21692180[ 1.1.469 ] : https://github.com/IFRCGo/go-api/compare/1.1.468...1.1.469
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.471 '
6+ __version__ = '1.1.473 '
You can’t perform that action at this time.
0 commit comments