Skip to content

Commit

Permalink
Increase version to 485
Browse files Browse the repository at this point in the history
  • Loading branch information
k9845 committed Aug 2, 2023
1 parent e1f2ffc commit b5f8e7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 1.1.485

### Added
- Add disaster_type details in dref final report

## 1.1.484

### Added
Expand Down Expand Up @@ -2267,7 +2272,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## 0.1.20

[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.484...HEAD
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.485...HEAD
[1.1.485]: https://github.com/IFRCGo/go-api/compare/1.1.484...1.1.485
[1.1.484]: https://github.com/IFRCGo/go-api/compare/1.1.483...1.1.484
[1.1.483]: https://github.com/IFRCGo/go-api/compare/1.1.482...1.1.483
[1.1.482]: https://github.com/IFRCGo/go-api/compare/1.1.481...1.1.482
Expand Down
2 changes: 1 addition & 1 deletion main/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .celery import app as celery_app

__all__ = ['celery_app']
__version__ = '1.1.484'
__version__ = '1.1.485'

0 comments on commit b5f8e7a

Please sign in to comment.