Bump version: 8.0.0 → 8.1.0

This commit is contained in:
François Voron
2021-09-21 08:35:06 +02:00
parent 06a1832ac1
commit 0826ec5299
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
"""Ready-to-use and customizable users management for FastAPI."""
__version__ = "8.0.0"
__version__ = "8.1.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 = 8.0.0
current_version = 8.1.0
commit = True
tag = True
@@ -26,11 +26,11 @@ ignore_missing_imports = True
[tool:pytest]
addopts = --ignore=test_build.py
markers =
markers =
authentication
db
fastapi_users
manager
jwt
manager
jwt
oauth
router