Skip to content

Commit 408ed4b

Browse files
committed
Increase version to 475
1 parent b74dea4 commit 408ed4b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.475
10+
11+
### Added
12+
- Fix for DREF users
13+
914
## 1.1.474
1015

1116
### Added
@@ -2206,7 +2211,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22062211

22072212
## 0.1.20
22082213

2209-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.474...HEAD
2214+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.475...HEAD
2215+
[1.1.475]: https://github.com/IFRCGo/go-api/compare/1.1.474...1.1.475
22102216
[1.1.474]: https://github.com/IFRCGo/go-api/compare/1.1.473...1.1.474
22112217
[1.1.473]: https://github.com/IFRCGo/go-api/compare/1.1.472...1.1.473
22122218
[1.1.472]: https://github.com/IFRCGo/go-api/compare/1.1.471...1.1.472

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.474'
6+
__version__ = '1.1.475'

0 commit comments

Comments
 (0)