chore: bump to 0.0.44

This commit is contained in:
Éloi Rivard 2024-03-29 17:37:11 +01:00
parent dd7768e0d2
commit 5379259a15
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
[Unreleased] [0.0.44] - 2024-03-29
------------ ---------------------
Fixed Fixed
^^^^^ ^^^^^
- Fix the default LDAP USER_FILTER value - Fix the default LDAP USER_FILTER value
- Fix OIDC feature detection - Fix the OIDC feature detection
[0.0.43] - 2024-03-29 [0.0.43] - 2024-03-29
--------------------- ---------------------

View file

@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
[tool] [tool]
[tool.poetry] [tool.poetry]
name = "Canaille" name = "Canaille"
version = "0.0.43" version = "0.0.44"
description = "Lightweight identity and autorization management software" description = "Lightweight identity and autorization management software"
license = "MIT" license = "MIT"
keywords = ["oidc", "oauth", "oauth2", "openid", "identity"] keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]