From cbdf342e36fd0cc0f8bd1938f318b9fce3e7b585 Mon Sep 17 00:00:00 2001 From: Artyom Vancyan <44609997+ArtyomVancyan@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:51:17 +0400 Subject: [PATCH] Upgrade the version to `1.2.0` --- src/fastapi_oauth2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastapi_oauth2/__init__.py b/src/fastapi_oauth2/__init__.py index 6849410..c68196d 100644 --- a/src/fastapi_oauth2/__init__.py +++ b/src/fastapi_oauth2/__init__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.2.0"