From 37b648bb9fa38bce2f3fd4e2914b5a8f21962f18 Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 10 Feb 2025 20:06:11 +0000 Subject: [PATCH] Release 0.30.3 --- RELEASE.rst | 12 ++++++++++++ main/settings.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 8897bb9289..1f9987a7e4 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,18 @@ Release Notes ============= +Version 0.30.3 +-------------- + +- Add custom user model (#2015) +- Update dependency ruff to v0.9.6 (#2033) +- Update dependency @mui/lab to v6.0.0-beta.26 (#2023) +- Remove django-debug-toolbar (#2021) +- Update actions/setup-python to use pyproject.toml (#2020) +- Update actions/setup-python digest to 4237552 (#2022) +- Update dependency stylelint-config-standard-scss to v14 (#2029) +- Update dependency syncpack to v13 (#2030) + Version 0.30.2 (Released February 10, 2025) -------------- diff --git a/main/settings.py b/main/settings.py index ecb551307a..54cca15b44 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.30.2" +VERSION = "0.30.3" log = logging.getLogger()