From 86e6fb2b1c9572f543b0d7a94b2c44b40c139190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Barbier?= Date: Tue, 8 Oct 2024 14:42:26 +0700 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 5 +++++ django/core/settings.py | 2 +- docs/conf.py | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d88e2a1..717867b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). See for sample https://raw.githubusercontent.com/favoloso/conventional-changelog-emoji/master/CHANGELOG.md --> + +## [0.10.0] - 2024-MM-DD +### 🐛 Bug Fixes +- Fix admin % lighthouse inQueue value (#42) + ## [0.9.2] - 2024-05-20 ### Improvements - Fix incident duration calculation (#29) diff --git a/django/core/settings.py b/django/core/settings.py index bb8ce4c..26e0d17 100644 --- a/django/core/settings.py +++ b/django/core/settings.py @@ -31,7 +31,7 @@ # Quick-start development settings - unsuitable for production # See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/ -VERSION = [0, 9, 2] +VERSION = [0, 10, 0] # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = os.environ.get('SECRET_KEY') diff --git a/docs/conf.py b/docs/conf.py index 8b5a8d1..6e97a5c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.9' +version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.9.2' +release = '0.10.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.