Skip to content

Commit 6dc6468

Browse files
committed
Increase version to 458
1 parent bcbd290 commit 6dc6468

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.458
10+
11+
### Added
12+
- Optimistic Lock for DREF-s
13+
- Affected Figures on FR/Emergencies
14+
- DREF historical data on admin page (even via frontend input)
15+
916
## 1.1.457
1017

1118
### Added
@@ -2072,7 +2079,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20722079

20732080
## 0.1.20
20742081

2075-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.457...HEAD
2082+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.458...HEAD
2083+
[1.1.458]: https://github.com/IFRCGo/go-api/compare/1.1.457...1.1.458
20762084
[1.1.457]: https://github.com/IFRCGo/go-api/compare/1.1.456...1.1.457
20772085
[1.1.456]: https://github.com/IFRCGo/go-api/compare/1.1.455...1.1.456
20782086
[1.1.455]: https://github.com/IFRCGo/go-api/compare/1.1.454...1.1.455

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.457'
6+
__version__ = '1.1.458'

0 commit comments

Comments
 (0)