mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Bump version: 8.1.4 → 9.0.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user