Skip to content

Commit

Permalink
Bump version 6.0.0 → 6.0.1
Browse files Browse the repository at this point in the history
Bug fixes
---------

* Fix error with eagerly-loaded relationships not loaded after create and update
  • Loading branch information
frankie567 committed Aug 8, 2023
1 parent bc689db commit f0078b0
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 @@ -11,7 +11,7 @@

from fastapi_users_db_sqlalchemy.generics import GUID

__version__ = "6.0.0"
__version__ = "6.0.1"

UUID_ID = uuid.UUID

Expand Down

0 comments on commit f0078b0

Please sign in to comment.