Bump version: 10.1.1 → 10.1.2

This commit is contained in:
François Voron
2022-07-22 16:07:46 +02:00
parent 6279c896af
commit 184d3ed101
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.1"
__version__ = "10.1.2"
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.1
current_version = 10.1.2
commit = True
tag = True