Skip to content

Commit 2f53a34

Browse files
committed
Increase version to 497 – for web-app V7.0.29
1 parent 4820e44 commit 2f53a34

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.497
10+
11+
### Added
12+
- Migrate all notes from existing PER to new
13+
- Using overview to match legacy data
14+
- Add migration script for per notes
15+
- Add fix for search page
16+
- Add missing DREF report autocomplete fields
17+
- Add keyfigure translation in country,region and emergency
18+
- Remove unwanted fields from translation
19+
920
## 1.1.496
1021

1122
### Added
@@ -2351,7 +2362,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
23512362

23522363
## 0.1.20
23532364

2354-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.496...HEAD
2365+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.497...HEAD
2366+
[1.1.497]: https://github.com/IFRCGo/go-api/compare/1.1.496...1.1.497
23552367
[1.1.496]: https://github.com/IFRCGo/go-api/compare/1.1.495...1.1.496
23562368
[1.1.495]: https://github.com/IFRCGo/go-api/compare/1.1.494...1.1.495
23572369
[1.1.494]: https://github.com/IFRCGo/go-api/compare/1.1.493...1.1.494

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.496'
6+
__version__ = '1.1.497'

0 commit comments

Comments
 (0)