Skip to content

Commit 661fe9d

Browse files
committed
Increase version to 481
1 parent 62514d3 commit 661fe9d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.481
10+
11+
### Added
12+
- Put back caching
13+
- DREF regional permission views
14+
- DREF account page and users behaviour
15+
- Add more columns to AppealDocument Admin list
16+
917
## 1.1.480
1018

1119
### Added
@@ -2242,7 +2250,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22422250

22432251
## 0.1.20
22442252

2245-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.480...HEAD
2253+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.481...HEAD
2254+
[1.1.481]: https://github.com/IFRCGo/go-api/compare/1.1.480...1.1.481
22462255
[1.1.480]: https://github.com/IFRCGo/go-api/compare/1.1.479...1.1.480
22472256
[1.1.479]: https://github.com/IFRCGo/go-api/compare/1.1.478...1.1.479
22482257
[1.1.478]: https://github.com/IFRCGo/go-api/compare/1.1.477...1.1.478

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.480'
6+
__version__ = '1.1.481'

0 commit comments

Comments
 (0)