Skip to content

Commit

Permalink
🔖 Release version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Sep 26, 2024
1 parent e2a6a9b commit df3edb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion authx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI and Starlette."""

__version__ = "1.3.0"
__version__ = "1.3.1"

from authx.config import AuthXConfig
from authx.dependencies import AuthXDependency
Expand Down
2 changes: 2 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Latest Changes

## 1.3.1

### Upgrades

* ⬆️ Bump `ruff-pre-commit` from v0.6.5 to v0.6.7. PR [#673](https://github.com/yezz123/authx/pull/673) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
Expand Down

0 comments on commit df3edb6

Please sign in to comment.