🔖(patch) bump release to 0.0.25

Added

- 💄(admin) allow admin header color customization
- 🍱(core) vendor mime.types file i/o fetching from Apache
This commit is contained in:
Quentin BEY
2026-03-10 14:35:51 +01:00
parent 52073ff9ba
commit 1b6aeb51db
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased]
## [0.0.25] - 2026-03-10
### Added
- 💄(admin) allow admin header color customization
@@ -199,7 +201,8 @@ and this project adheres to
- ✨(oidc) add the authentication backends #2
- ✨(oidc) add refresh token tools #3
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.24...main
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.25...main
[0.0.25]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.25
[0.0.24]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.24
[0.0.23]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.23
[0.0.22]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.22

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "django-lasuite"
version = "0.0.24"
version = "0.0.25"
description = "Django La Suite - A Django library"
readme = "README.md"
requires-python = ">=3.10"