Skip to content

Commit

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

* Drop Python 3.8 support
  • Loading branch information
frankie567 committed Jan 4, 2025
1 parent 4e84689 commit 6397ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_users_db_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from fastapi_users_db_sqlalchemy.generics import GUID

__version__ = "6.0.1"
__version__ = "7.0.0"

UUID_ID = uuid.UUID

Expand Down

0 comments on commit 6397ace

Please sign in to comment.