Skip to content

Commit

Permalink
Bump version 11.0.0 → 12.0.0
Browse files Browse the repository at this point in the history
Breaking changes
----------------

* Drop Python 3.7 support
  • Loading branch information
frankie567 committed Jun 27, 2023
1 parent d7b5f94 commit 69f96c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_users/__init__.py
@@ -1,6 +1,6 @@
"""Ready-to-use and customizable users management for FastAPI."""

__version__ = "11.0.0"
__version__ = "12.0.0"

from fastapi_users import models, schemas # noqa: F401
from fastapi_users.exceptions import InvalidID, InvalidPasswordException
Expand Down

0 comments on commit 69f96c1

Please sign in to comment.