Bump version: 10.1.4 → 10.1.5

This commit is contained in:
François Voron
2022-08-11 13:23:49 +02:00
parent c30fed723d
commit c7053e4621
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
"""Ready-to-use and customizable users management for FastAPI."""
__version__ = "10.1.4"
__version__ = "10.1.5"
from fastapi_users import models, schemas # noqa: F401
from fastapi_users.exceptions import InvalidID, InvalidPasswordException

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 10.1.4
current_version = 10.1.5
commit = True
tag = True