Skip to content

Commit 1d3d88a

Browse files
committed
Increase version to 505 – for web-app v7.13.1
1 parent 77dd4c1 commit 1d3d88a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## 1.1.505
10+
11+
### Added
12+
- New fields for DREFs
813
- Skip FTS_HPC processing when no data
914
- Fix TypeError of /api/v1/search/
1015
- Update Molnix alert status even when no event
@@ -2654,7 +2659,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26542659

26552660
## 0.1.20
26562661

2657-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.504...HEAD
2662+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.505...HEAD
2663+
[1.1.505]: https://github.com/IFRCGo/go-api/compare/1.1.504...1.1.505
26582664
[1.1.504]: https://github.com/IFRCGo/go-api/compare/1.1.503...1.1.504
26592665
[1.1.503]: https://github.com/IFRCGo/go-api/compare/1.1.502...1.1.503
26602666
[1.1.502]: https://github.com/IFRCGo/go-api/compare/1.1.501...1.1.502

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.504"
6+
__version__ = "1.1.505"

0 commit comments

Comments
 (0)