Skip to content

Commit 8d6ebc4

Browse files
committed
Increase version to 448
1 parent 59424fb commit 8d6ebc4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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.448
10+
11+
### Added
12+
- Fewer editor features on admin (sync with frontend)
13+
- Fix response-activity event search on 3w form
14+
915
## 1.1.447
1016
## 1.1.446
1117

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

20172023
## 0.1.20
20182024

2019-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.447...HEAD
2025+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.448...HEAD
2026+
[1.1.448]: https://github.com/IFRCGo/go-api/compare/1.1.447...1.1.448
20202027
[1.1.447]: https://github.com/IFRCGo/go-api/compare/1.1.446...1.1.447
20212028
[1.1.446]: https://github.com/IFRCGo/go-api/compare/1.1.445...1.1.446
20222029
[1.1.445]: https://github.com/IFRCGo/go-api/compare/1.1.444...1.1.445

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.447'
6+
__version__ = '1.1.448'

0 commit comments

Comments
 (0)