File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## Unreleased
88
9+ ## 1.1.498
10+
11+ ### Added
12+ - List_display and list_filter to SurgeAlertAdmin
13+ - Use worldbank for climate data
14+ - Remove GDACs-events api
15+ - Add supported_by_organization_type in custom workplan actions
16+ - Rename api from per-overview to per-stats
17+ - Add has_question_group in Component
18+ - Add base permission module
19+ - Rename latest_country_overview api
20+ - Add component_letter in excel export for per forms
21+ - Add question_group in question serializers
22+ - Add per_country id for per pdf export
23+ - Add district population data
24+ - Add missing NS_INITIATIVES_API_TOKEN
25+ - Add missing environment config for country pages
26+
927## 1.1.497
1028
1129### Added
@@ -2362,7 +2380,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
23622380
23632381## 0.1.20
23642382
2365- [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.497...HEAD
2383+ [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.498...HEAD
2384+ [ 1.1.498 ] : https://github.com/IFRCGo/go-api/compare/1.1.497...1.1.498
23662385[ 1.1.497 ] : https://github.com/IFRCGo/go-api/compare/1.1.496...1.1.497
23672386[ 1.1.496 ] : https://github.com/IFRCGo/go-api/compare/1.1.495...1.1.496
23682387[ 1.1.495 ] : https://github.com/IFRCGo/go-api/compare/1.1.494...1.1.495
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.497 '
6+ __version__ = '1.1.498 '
You can’t perform that action at this time.
0 commit comments