Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jkassemi committed Jan 7, 2025
1 parent 3c740d9 commit 15fd2a5
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, 9, 1)
MALLARD = True


Expand Down

0 comments on commit 15fd2a5

Please sign in to comment.