Skip to content

Commit

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

* Drop Python 3.7 support
  • Loading branch information
frankie567 committed Jun 27, 2023
1 parent 9c1bbc1 commit eedd103
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 @@ -10,7 +10,7 @@
from pymongo import IndexModel
from pymongo.collation import Collation

__version__ = "2.0.0"
__version__ = "3.0.0"


class BeanieBaseUser(BaseModel):
Expand Down

0 comments on commit eedd103

Please sign in to comment.