From 2dc65aa665052bbca1956cbdb2c8aa992937c2bd Mon Sep 17 00:00:00 2001 From: Szabo Zoltan Date: Wed, 14 Feb 2024 10:31:56 +0100 Subject: [PATCH] =?UTF-8?q?Increase=20version=20to=20496=20=E2=80=93=20for?= =?UTF-8?q?=20web-app=20V7.0.28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 +++++++++- main/__init__.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82277149c..40b372623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## 1.1.496 + +### Added + - Surge Alert Status and Ordering based on status and opens fields + - Fix label naming for SurgeAlertStatus + - Add status filter for SurgeAlert + ## 1.1.495 ### Added @@ -2344,7 +2351,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 0.1.20 -[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.495...HEAD +[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.496...HEAD +[1.1.496]: https://github.com/IFRCGo/go-api/compare/1.1.495...1.1.496 [1.1.495]: https://github.com/IFRCGo/go-api/compare/1.1.494...1.1.495 [1.1.494]: https://github.com/IFRCGo/go-api/compare/1.1.493...1.1.494 [1.1.493]: https://github.com/IFRCGo/go-api/compare/1.1.492...1.1.493 diff --git a/main/__init__.py b/main/__init__.py index 7ad02d583..030645bef 100644 --- a/main/__init__.py +++ b/main/__init__.py @@ -3,4 +3,4 @@ from .celery import app as celery_app __all__ = ['celery_app'] -__version__ = '1.1.495' +__version__ = '1.1.496'