Skip to content

Commit eb36093

Browse files
committed
Increase version to 504 – for web-app v7.11.2
1 parent f6710c9 commit eb36093

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## 1.1.504
10+
11+
### Added
12+
- Listing page for DREF national society actions
13+
- Remove obsolete azure storage code
14+
- Build AZURE_STORAGE_CONNECTION_STRING from bricks
815
- Use country_plan document_url if possible – or the downloaded file
916
- Fix truncated appealdoc URL-s
1017
- Use 3 api keys for ingest_ns_initiatives
1118
- Forbid p-wrapping for TinyMCE (for iframes also)
12-
- Replace poetry with uv
19+
- Replace poetry with uv, check outdated uv.lock
1320
- ESF, NSIA, CBF URL change
1421
- Add missing pytz
1522
- Revert back azure blob dependencies
@@ -2643,7 +2650,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26432650

26442651
## 0.1.20
26452652

2646-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.503...HEAD
2653+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.504...HEAD
2654+
[1.1.504]: https://github.com/IFRCGo/go-api/compare/1.1.503...1.1.504
26472655
[1.1.503]: https://github.com/IFRCGo/go-api/compare/1.1.502...1.1.503
26482656
[1.1.502]: https://github.com/IFRCGo/go-api/compare/1.1.501...1.1.502
26492657
[1.1.501]: https://github.com/IFRCGo/go-api/compare/1.1.500...1.1.501

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.503"
6+
__version__ = "1.1.504"

0 commit comments

Comments
 (0)