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.
2 parents fa19ff5 + b7734fc commit aed4b66Copy full SHA for aed4b66
fastapi_users/__init__.py
@@ -1,6 +1,6 @@
1
"""Ready-to-use and customizable users management for FastAPI."""
2
3
-__version__ = "9.3.1"
+__version__ = "9.3.2"
4
5
from fastapi_users import models, schemas # noqa: F401
6
from fastapi_users.fastapi_users import FastAPIUsers # noqa: F401
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 9.3.1
+current_version = 9.3.2
commit = True
tag = True
0 commit comments