Skip to content

Commit a20d406

Browse files
committed
Bump to v0.10.6
1 parent b4af8ec commit a20d406

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog
33
=========
44

5-
Changes in 0.10.6 - Dev
6-
=======================
5+
Changes in 0.10.6
6+
=================
77
- Add support for mocking MongoEngine based on mongomock. #1151
88
- Fixed not being able to run tests on Windows. #1153
99
- Allow creation of sparse compound indexes. #1114

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, 5)
17+
VERSION = (0, 10, 6)
1818

1919

2020
def get_version():

0 commit comments

Comments
 (0)