We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32022ff commit 7700814Copy full SHA for 7700814
‎authx/__init__.py‎
@@ -1,6 +1,6 @@
1
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI"""
2
3
-__version__ = "0.8.1"
+__version__ = "0.8.2"
4
5
from authx.backend import UsersRepo as UsersRepo
6
from authx.cache import RedisBackend as RedisBackend
‎tests/test_version.py‎
@@ -2,4 +2,4 @@
def test_version():
- assert authx.__version__ == "0.8.1"
+ assert authx.__version__ == "0.8.2"
0 commit comments