Skip to content

Commit 7d452d4

Browse files
Merge pull request #1826 from IFRCGo/develop
A small release
2 parents 3603f77 + 7c51bf7 commit 7d452d4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.482
10+
- Add more columns to AppealDocument Admin list
11+
- Put back caching
12+
913
## 1.1.481
1014

1115
### Added
12-
- Put back caching
1316
- DREF regional permission views
1417
- DREF account page and users behaviour
15-
- Add more columns to AppealDocument Admin list
1618

1719
## 1.1.480
1820

@@ -2250,7 +2252,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22502252

22512253
## 0.1.20
22522254

2253-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.481...HEAD
2255+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.482...HEAD
2256+
[1.1.482]: https://github.com/IFRCGo/go-api/compare/1.1.481...1.1.482
22542257
[1.1.481]: https://github.com/IFRCGo/go-api/compare/1.1.480...1.1.481
22552258
[1.1.480]: https://github.com/IFRCGo/go-api/compare/1.1.479...1.1.480
22562259
[1.1.479]: https://github.com/IFRCGo/go-api/compare/1.1.478...1.1.479

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.481'
6+
__version__ = '1.1.482'

0 commit comments

Comments
 (0)