Skip to content

Commit 69f96c1

Browse files
committed
Bump version 11.0.0 → 12.0.0
Breaking changes ---------------- * Drop Python 3.7 support
1 parent d7b5f94 commit 69f96c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_users/__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 users management for FastAPI."""
22

3-
__version__ = "11.0.0"
3+
__version__ = "12.0.0"
44

55
from fastapi_users import models, schemas # noqa: F401
66
from fastapi_users.exceptions import InvalidID, InvalidPasswordException

0 commit comments

Comments
 (0)