Skip to content

Commit 8c325b1

Browse files
committed
Increase version to 438
1 parent 99b4845 commit 8c325b1

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.438
10+
## 1.1.437
11+
12+
### Added
13+
- Nginx setup fixing
14+
- /docs/ fixing
15+
- User registration reminder job cleanup
16+
- Lang: page-number
17+
- Tidylib - adding
18+
- Sit_fields_date also to be converted
19+
920
## 1.1.436
1021

1122
### Added
@@ -1959,7 +1970,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
19591970

19601971
## 0.1.20
19611972

1962-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.436...HEAD
1973+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.438...HEAD
1974+
[1.1.438]: https://github.com/IFRCGo/go-api/compare/1.1.437...1.1.438
1975+
[1.1.437]: https://github.com/IFRCGo/go-api/compare/1.1.436...1.1.437
19631976
[1.1.436]: https://github.com/IFRCGo/go-api/compare/1.1.435...1.1.436
19641977
[1.1.435]: https://github.com/IFRCGo/go-api/compare/1.1.434...1.1.435
19651978
[1.1.434]: https://github.com/IFRCGo/go-api/compare/1.1.433...1.1.434

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.437'
6+
__version__ = '1.1.438'

0 commit comments

Comments
 (0)