Skip to content

Commit ea48707

Browse files
committed
Increase version to 507 – for web-app v7.22.1
1 parent d963fa0 commit ea48707

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.507
10+
11+
### Added
12+
- Update migrations for the ifrc staff to ERU
13+
- Better intake of NSIA, ESF, CBF data
14+
- Use env var in reliefweb cronjob
15+
- Refactor local unit status
16+
- Add ordering values to PersonnelViewset
17+
- Add icontains to PersonnelViewset query options
18+
- Fix ReliefWeb appname parameter
19+
- Set email notification delays by environment
20+
- Bulk-upload – add file size limit
21+
- Add enum for old DREF final report export
22+
- Use appname parameter to access ReliefWeb API
23+
- Update email context for dev preview email notifications
24+
- Update error writer logic to write error details on CSV
25+
- Rename ifrc staff to emergency response unit
26+
- Update local unit email template
27+
- Use TextIOWrapper to read csv files
28+
- Bump up requests and xhtml2pdf
29+
- Local unit bulk upload
30+
- Rebase and merge migrations
31+
- Migrate validated LocalUnit status
32+
- Add local unit status field and migration script
933
- Add crisis severity level history if only ifrc_severity_level is updated
1034
- Add migration consideratons to FormComponentResponse
1135
- Translation cache
@@ -2708,7 +2732,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
27082732

27092733
## 0.1.20
27102734

2711-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.506...HEAD
2735+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.507...HEAD
2736+
[1.1.507]: https://github.com/IFRCGo/go-api/compare/1.1.506...1.1.507
27122737
[1.1.506]: https://github.com/IFRCGo/go-api/compare/1.1.505...1.1.506
27132738
[1.1.505]: https://github.com/IFRCGo/go-api/compare/1.1.504...1.1.505
27142739
[1.1.504]: https://github.com/IFRCGo/go-api/compare/1.1.503...1.1.504

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.506"
6+
__version__ = "1.1.507"

0 commit comments

Comments
 (0)