Skip to content

Commit

Permalink
chore: version bump 0.8.2 -> 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkassemi committed Jan 9, 2025
1 parent 3ed517e commit 3bbbf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
list(queryset.__all__) + signals.__all__ + list(errors.__all__))

VERSION = (0, 8, 2)
VERSION = (0, 8, 3)
MALLARD = True


Expand Down

0 comments on commit 3bbbf29

Please sign in to comment.