Skip to content

Commit 76230f6

Browse files
committed
Increase version to 494 – for web-app v7.0.26
1 parent 55fecd8 commit 76230f6

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## Unreleased
88

9+
## 1.1.494
10+
11+
### Added
12+
- Upgrade of the API Documentation page (/docs)
13+
- CSV export for OpsLearning via API
14+
915
## 1.1.493
1016

1117
### Added
@@ -2331,7 +2337,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
23312337

23322338
## 0.1.20
23332339

2334-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.493...HEAD
2340+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.494...HEAD
2341+
[1.1.494]: https://github.com/IFRCGo/go-api/compare/1.1.493...1.1.494
23352342
[1.1.493]: https://github.com/IFRCGo/go-api/compare/1.1.492...1.1.493
23362343
[1.1.492]: https://github.com/IFRCGo/go-api/compare/1.1.491...1.1.492
23372344
[1.1.491]: https://github.com/IFRCGo/go-api/compare/1.1.490...1.1.491

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.493'
6+
__version__ = '1.1.494'

0 commit comments

Comments
 (0)