Skip to content

Commit

Permalink
Bump version 12.1.2 → 12.1.3
Browse files Browse the repository at this point in the history
Improvements
------------

* Bump dependenciess
    * `python-multipart ==0.0.7`
  • Loading branch information
frankie567 committed Feb 5, 2024
1 parent 3d42d57 commit ae9f524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_users/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Ready-to-use and customizable users management for FastAPI."""

__version__ = "12.1.2"
__version__ = "12.1.3"

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

0 comments on commit ae9f524

Please sign in to comment.