Skip to content

Commit aed4b66

Browse files
authored
Merge branch 'master' into native-model
2 parents fa19ff5 + b7734fc commit aed4b66

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__ = "9.3.1"
3+
__version__ = "9.3.2"
44

55
from fastapi_users import models, schemas # 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 = 9.3.1
2+
current_version = 9.3.2
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)