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 d7b5f94 commit 69f96c1Copy full SHA for 69f96c1
fastapi_users/__init__.py
@@ -1,6 +1,6 @@
1
"""Ready-to-use and customizable users management for FastAPI."""
2
3
-__version__ = "11.0.0"
+__version__ = "12.0.0"
4
5
from fastapi_users import models, schemas # noqa: F401
6
from fastapi_users.exceptions import InvalidID, InvalidPasswordException
0 commit comments