From df3edb61b738a926928ab7bdb7eff6b583a1231c Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Thu, 26 Sep 2024 19:42:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authx/__init__.py | 2 +- docs/release.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/authx/__init__.py b/authx/__init__.py index 76747f6a..41b915b2 100644 --- a/authx/__init__.py +++ b/authx/__init__.py @@ -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 diff --git a/docs/release.md b/docs/release.md index cd2c4c3e..b63ef779 100644 --- a/docs/release.md +++ b/docs/release.md @@ -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).