Skip to content

Commit b89e62c

Browse files
committed
Increase version to 439
1 parent 6fce377 commit b89e62c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.439
10+
11+
### Added
12+
- Django 2.2 critical security fix
13+
- Nginx setup fixing
14+
915
## 1.1.438
1016
## 1.1.437
1117

1218
### Added
13-
- Nginx setup fixing
1419
- /docs/ fixing
1520
- User registration reminder job cleanup
1621
- Lang: page-number
@@ -1970,7 +1975,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
19701975

19711976
## 0.1.20
19721977

1973-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.438...HEAD
1978+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.439...HEAD
1979+
[1.1.439]: https://github.com/IFRCGo/go-api/compare/1.1.438...1.1.439
19741980
[1.1.438]: https://github.com/IFRCGo/go-api/compare/1.1.437...1.1.438
19751981
[1.1.437]: https://github.com/IFRCGo/go-api/compare/1.1.436...1.1.437
19761982
[1.1.436]: https://github.com/IFRCGo/go-api/compare/1.1.435...1.1.436

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.438'
6+
__version__ = '1.1.439'

0 commit comments

Comments
 (0)