Skip to content

Commit 4d6d79d

Browse files
committed
Increase version to 463
1 parent ab80fae commit 4d6d79d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.463
10+
11+
### Added
12+
- DREF Final report, v0.1
13+
- Ops Update: optimistic lock
14+
- Dropping non-used enum Choices
15+
- Fix filter in DREF
16+
- Admin page: search possibility of Admin2 countries
17+
918
## 1.1.462
1019

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

21062115
## 0.1.20
21072116

2108-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.462...HEAD
2117+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.463...HEAD
2118+
[1.1.463]: https://github.com/IFRCGo/go-api/compare/1.1.462...1.1.463
21092119
[1.1.462]: https://github.com/IFRCGo/go-api/compare/1.1.461...1.1.462
21102120
[1.1.461]: https://github.com/IFRCGo/go-api/compare/1.1.460...1.1.461
21112121
[1.1.460]: https://github.com/IFRCGo/go-api/compare/1.1.459...1.1.460

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.462'
6+
__version__ = '1.1.463'

0 commit comments

Comments
 (0)