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 48d9a39 commit 7ac5dc8Copy full SHA for 7ac5dc8
fastapi_users/__init__.py
@@ -1,6 +1,6 @@
1
"""Ready-to-use and customizable users management for FastAPI."""
2
3
-__version__ = "5.0.0"
+__version__ = "5.1.0"
4
5
from fastapi_users import models # noqa: F401
6
from fastapi_users.fastapi_users import FastAPIUsers # noqa: F401
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.0.0
+current_version = 5.1.0
commit = True
tag = True
0 commit comments