From d08ed0a83d2f5c5e00a28f2d27ab9013b980f96d Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 5 Aug 2024 18:33:06 +0000 Subject: [PATCH] Release 0.15.0 --- RELEASE.rst | 10 ++++++++++ main/settings.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 39d3b587d3..1ac8a029f7 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,16 @@ Release Notes ============= +Version 0.15.0 +-------------- + +- Performance fixes on LR queries (#1303) +- Subscription management page (#1331) +- Add certificate badge to drawer (#1307) +- Lock file maintenance (#1360) +- Update mcr.microsoft.com/playwright Docker tag to v1.45.3 (#1358) +- Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.23 (#1357) + Version 0.14.7 (Released August 01, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 487e9a6f14..b5a6dbce1b 100644 --- a/main/settings.py +++ b/main/settings.py @@ -33,7 +33,7 @@ from main.settings_pluggy import * # noqa: F403 from openapi.settings_spectacular import open_spectacular_settings -VERSION = "0.14.7" +VERSION = "0.15.0" log = logging.getLogger()