Skip to content

Commit 7ab1bc5

Browse files
committed
Bump version 3.0.0 → 4.0.0
Breaking changes ---------------- * Drop Python 3.8 support Bug fixes --------- * Fix unique index on email property
1 parent 89d0cf6 commit 7ab1bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_users_db_beanie/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pymongo import IndexModel
1212
from pymongo.collation import Collation
1313

14-
__version__ = "3.0.0"
14+
__version__ = "4.0.0"
1515

1616

1717
class BeanieBaseUser(BaseModel):

0 commit comments

Comments
 (0)