Skip to content

Commit 5c464c3

Browse files
committed
Bumped version to 0.10.1
1 parent 2c282f9 commit 5c464c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
Changes in 0.10.1 - DEV
5+
Changes in 0.10.1
66
=======================
77
- Fix infinite recursion with CASCADE delete rules under specific conditions. #1046
88
- Fix CachedReferenceField bug when loading cached docs as DBRef but failing to save them. #1047

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
1515
list(queryset.__all__) + signals.__all__ + list(errors.__all__))
1616

17-
VERSION = (0, 10, 0)
17+
VERSION = (0, 10, 1)
1818

1919

2020
def get_version():

0 commit comments

Comments
 (0)