Bump version: 8.1.4 → 9.0.0

This commit is contained in:
François Voron
2021-12-30 15:25:51 +01:00
parent c4de66b81c
commit 925dad5207
2 changed files with 4 additions and 4 deletions

View File

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