🔖(patch) bump release to 0.0.7

Fixed:

- 🐛(oidc) fix user info endpoint format auto #12
This commit is contained in:
Quentin BEY
2025-04-23 10:20:09 +02:00
parent 21714305d4
commit 582861b7c7
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased]
## [0.0.7] - 2025-04-23
### Fixed
- 🐛(oidc) fix user info endpoint format auto #12
@@ -51,7 +53,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.6...main
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.7...main
[0.0.7]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.7
[0.0.6]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.6
[0.0.5]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.5
[0.0.4]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.4

View File

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