Skip to content

Commit f7aa51b

Browse files
committed
Bump version 4.0.0 → 5.0.0
Improvements ------------ * Support Beanie 2.0 Breaking changes ---------------- * Drop Python 3.9 support * Drop Beanie <2.0 support
1 parent 7b12624 commit f7aa51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_users_db_beanie/__init__.py

Lines changed: 1 addition & 1 deletion
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__ = "4.0.0"
14+
__version__ = "5.0.0"
1515

1616

1717
class BeanieBaseUser(BaseModel):

0 commit comments

Comments
 (0)