Skip to content

Commit 7ac5dc8

Browse files
committed
Bump version: 5.0.0 → 5.1.0
1 parent 48d9a39 commit 7ac5dc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_users/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Ready-to-use and customizable users management for FastAPI."""
22

3-
__version__ = "5.0.0"
3+
__version__ = "5.1.0"
44

55
from fastapi_users import models # noqa: F401
66
from fastapi_users.fastapi_users import FastAPIUsers # noqa: F401

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.0
2+
current_version = 5.1.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)