We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97114b5 commit bc7e874Copy full SHA for bc7e874
docs/changelog.rst
@@ -2,7 +2,7 @@
2
Changelog
3
=========
4
5
-Changes in 0.6.X
+Changes in 0.6.8
6
================
7
- Fixed FileField losing reference when no default set
8
- Removed possible race condition from FileField (grid_file)
mongoengine/__init__.py
@@ -12,7 +12,7 @@
12
__all__ = (document.__all__ + fields.__all__ + connection.__all__ +
13
queryset.__all__ + signals.__all__)
14
15
-VERSION = (0, 6, 7)
+VERSION = (0, 6, 8)
16
17
18
def get_version():
python-mongoengine.spec
@@ -5,7 +5,7 @@
%define srcname mongoengine
Name: python-%{srcname}
-Version: 0.6.7
+Version: 0.6.8
9
Release: 1%{?dist}
10
Summary: A Python Document-Object Mapper for working with MongoDB
11
0 commit comments