Skip to content

Commit 7700814

Browse files
committed
🔖 release 0.8.2
1 parent 32022ff commit 7700814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎authx/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI"""
22

3-
__version__ = "0.8.1"
3+
__version__ = "0.8.2"
44

55
from authx.backend import UsersRepo as UsersRepo
66
from authx.cache import RedisBackend as RedisBackend

‎tests/test_version.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert authx.__version__ == "0.8.1"
5+
assert authx.__version__ == "0.8.2"

0 commit comments

Comments
 (0)