Skip to content

Commit

Permalink
Release 0.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Feb 10, 2025
1 parent 62ba021 commit 37b648b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -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)
--------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 37b648b

Please sign in to comment.