Skip to content

Commit

Permalink
Bump version 3.0.0 → 4.0.0
Browse files Browse the repository at this point in the history
Breaking changes
----------------

* Drop Python 3.8 support

Bug fixes
---------

* Fix unique index on email property
  • Loading branch information
frankie567 committed Jan 4, 2025
1 parent 89d0cf6 commit 7ab1bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_users_db_beanie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pymongo import IndexModel
from pymongo.collation import Collation

__version__ = "3.0.0"
__version__ = "4.0.0"


class BeanieBaseUser(BaseModel):
Expand Down

0 comments on commit 7ab1bc5

Please sign in to comment.