We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a73a92 commit 57ac38dCopy full SHA for 57ac38d
mongoengine/__init__.py
@@ -15,7 +15,7 @@
15
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
16
list(queryset.__all__) + signals.__all__ + list(errors.__all__))
17
18
-VERSION = (0, 8, 4)
+VERSION = (0, 8, 5)
19
20
21
def get_version():
python-mongoengine.spec
@@ -5,7 +5,7 @@
5
%define srcname mongoengine
6
7
Name: python-%{srcname}
8
-Version: 0.8.4
+Version: 0.8.5
9
Release: 1%{?dist}
10
Summary: A Python Document-Object Mapper for working with MongoDB
11
0 commit comments