Bump version: 6.1.1 → 6.1.2

This commit is contained in:
François Voron
2021-08-13 08:58:28 +02:00
parent 3b6d860755
commit d0501b363e
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__ = "6.1.1"
__version__ = "6.1.2"
from fastapi_users import models # noqa: F401
from fastapi_users.fastapi_users import FastAPIUsers # noqa: F401