Skip to content

Commit 5f5cb77

Browse files
committed
Increase version to 464
1 parent 543be49 commit 5f5cb77

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.464
10+
11+
### Added
12+
- Fix timeout in Surgealert: Export All
13+
- Bump up some packages
14+
- Fix some settings
15+
916
## 1.1.463
1017

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

21152122
## 0.1.20
21162123

2117-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.463...HEAD
2124+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.464...HEAD
2125+
[1.1.464]: https://github.com/IFRCGo/go-api/compare/1.1.463...1.1.464
21182126
[1.1.463]: https://github.com/IFRCGo/go-api/compare/1.1.462...1.1.463
21192127
[1.1.462]: https://github.com/IFRCGo/go-api/compare/1.1.461...1.1.462
21202128
[1.1.461]: https://github.com/IFRCGo/go-api/compare/1.1.460...1.1.461

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.463'
6+
__version__ = '1.1.464'

0 commit comments

Comments
 (0)