Skip to content

Commit 7b33d26

Browse files
committed
Increase version to 474
1 parent 7e1a04c commit 7b33d26

File tree

2 files changed

+36
-31
lines changed

2 files changed

+36
-31
lines changed

CHANGELOG.md

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,39 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9-
- Temporary removal of REDIS cache
10-
- Bump django from 3.2.18 to 3.2.19
11-
- Use Redis in tests; removed FakeRedis
12-
- Move today into get_queryset
13-
- Use overwrite_settings for test-cache settings
14-
- Increase resiliency of Project importer
15-
- Add custom cache middleware
16-
- Refactor of Project importer
17-
- Better appealDoc columns support
18-
- Disaster type to set optional in Project creation
19-
- Enhance Project bulk import with Sector(tag)s
20-
- Update snapshot to include set_up_seed entities
21-
- Fix districts fixture
22-
- Use Location instead of iso3
23-
- Updating appeal_documents. ISO should be unique.
24-
- Setup caching with tests
25-
- No blank iso3
26-
- Allowing multiple admin2, district, country queries
27-
- Adding type, iso3 and description to appealdocuments
28-
- Supplies should not be null, but blank is ok.
29-
- Bump sqlparse from 0.4.3 to 0.4.4
30-
- Appealdoc ingestor. Optional districts.
31-
- Fix Azure storage warnings
32-
- Add regional contact in dref and op-update
33-
- Filter out deprecated areas
34-
- Districts and Admin2 areas can be deprecated – unit tests
35-
- Add visibility in search page
36-
- Add date fields in dref-op-update
37-
- Revision history for Snippets also
9+
## 1.1.474
10+
11+
### Added
12+
- New Admin2 areas (BGR .. ZWE)
13+
- Temporary removal of REDIS cache
14+
- Bump django from 3.2.18 to 3.2.19
15+
- Use Redis in tests; removed FakeRedis
16+
- Move today into get_queryset
17+
- Use overwrite_settings for test-cache settings
18+
- Increase resiliency of Project importer
19+
- Add custom cache middleware
20+
- Refactor of Project importer
21+
- Better appealDoc columns support
22+
- Disaster type to set optional in Project creation
23+
- Enhance Project bulk import with Sector(tag)s
24+
- Update snapshot to include set_up_seed entities
25+
- Fix districts fixture
26+
- Use Location instead of iso3
27+
- Updating appeal_documents. ISO should be unique.
28+
- Setup caching with tests
29+
- No blank iso3
30+
- Allowing multiple admin2, district, country queries
31+
- Adding type, iso3 and description to appealdocuments
32+
- Supplies should not be null, but blank is ok.
33+
- Bump sqlparse from 0.4.3 to 0.4.4
34+
- Appealdoc ingestor. Optional districts.
35+
- Fix Azure storage warnings
36+
- Add regional contact in dref and op-update
37+
- Filter out deprecated areas
38+
- Districts and Admin2 areas can be deprecated – unit tests
39+
- Add visibility in search page
40+
- Add date fields in dref-op-update
41+
- Revision history for Snippets also
3842

3943
## 1.1.473
4044

@@ -2202,7 +2206,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22022206

22032207
## 0.1.20
22042208

2205-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.473...HEAD
2209+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.474...HEAD
2210+
[1.1.474]: https://github.com/IFRCGo/go-api/compare/1.1.473...1.1.474
22062211
[1.1.473]: https://github.com/IFRCGo/go-api/compare/1.1.472...1.1.473
22072212
[1.1.472]: https://github.com/IFRCGo/go-api/compare/1.1.471...1.1.472
22082213
[1.1.471]: https://github.com/IFRCGo/go-api/compare/1.1.470...1.1.471

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.473'
6+
__version__ = '1.1.474'

0 commit comments

Comments
 (0)