Skip to content

Commit b435db0

Browse files
bump: version 5.1.0 → 5.2.0
1 parent e82635e commit b435db0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 5.2.0 (2026-07-13)
22

33
### Security
44

litestar_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
logging.getLogger(__name__).addHandler(logging.NullHandler()) # noqa: RUF067
8888

89-
__version__ = "5.1.0"
89+
__version__ = "5.2.0"
9090

9191
__all__ = (
9292
"DEFAULT_SUPERUSER_ROLE_NAME",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "litestar-auth"
3-
version = "5.1.0"
3+
version = "5.2.0"
44
description = "Litestar Auth"
55
readme = "README.md"
66
license = "MIT"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)