Bump version: 6.1.3 → 7.0.0

This commit is contained in:
François Voron
2021-09-09 13:12:22 +02:00
parent 38b72ac197
commit 4efaaaaa61
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
"""Ready-to-use and customizable users management for FastAPI."""
__version__ = "6.1.3"
__version__ = "7.0.0"
from fastapi_users import models # noqa: F401
from fastapi_users.fastapi_users import FastAPIUsers # noqa: F401

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.1.3
current_version = 7.0.0
commit = True
tag = True
@ -26,7 +26,7 @@ ignore_missing_imports = True
[tool:pytest]
addopts = --ignore=test_build.py
markers =
markers =
authentication
db
fastapi_users