Skip to content

Commit 9918d55

Browse files
committed
Increase version to 473
1 parent 7f682af commit 9918d55

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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.471'
6+
__version__ = '1.1.473'

0 commit comments

Comments
 (0)