Skip to content

Commit bebe168

Browse files
committed
Increase version to 483
1 parent 8450fdc commit bebe168

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.483
10+
11+
### Added
12+
- Add global endpoint for fetching enums
13+
- Update logic for new translation API
14+
- Replace old doc page with redoc (OpenAPI)
15+
- Add OpenAPI endpoint using drf_yasg
16+
- Rename DREF serializer to active
17+
- Fix Project CSV importing
18+
919
## 1.1.482
1020
- Add more columns to AppealDocument Admin list
1121
- Put back caching
@@ -2252,7 +2262,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22522262

22532263
## 0.1.20
22542264

2255-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.482...HEAD
2265+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.483...HEAD
2266+
[1.1.483]: https://github.com/IFRCGo/go-api/compare/1.1.482...1.1.483
22562267
[1.1.482]: https://github.com/IFRCGo/go-api/compare/1.1.481...1.1.482
22572268
[1.1.481]: https://github.com/IFRCGo/go-api/compare/1.1.480...1.1.481
22582269
[1.1.480]: https://github.com/IFRCGo/go-api/compare/1.1.479...1.1.480

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.482'
6+
__version__ = '1.1.483'

0 commit comments

Comments
 (0)