diff --git a/docs/changelog.rst b/docs/changelog.rst index 6fa9ea50..3231084b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -Changes in 0.6.X +Changes in 0.6.8 ================ - Fixed FileField losing reference when no default set - Removed possible race condition from FileField (grid_file) diff --git a/mongoengine/__init__.py b/mongoengine/__init__.py index 51b42e63..164aae82 100644 --- a/mongoengine/__init__.py +++ b/mongoengine/__init__.py @@ -12,7 +12,7 @@ from signals import * __all__ = (document.__all__ + fields.__all__ + connection.__all__ + queryset.__all__ + signals.__all__) -VERSION = (0, 6, 7) +VERSION = (0, 6, 8) def get_version(): diff --git a/python-mongoengine.spec b/python-mongoengine.spec index 47c4db56..8ab45151 100644 --- a/python-mongoengine.spec +++ b/python-mongoengine.spec @@ -5,7 +5,7 @@ %define srcname mongoengine Name: python-%{srcname} -Version: 0.6.7 +Version: 0.6.8 Release: 1%{?dist} Summary: A Python Document-Object Mapper for working with MongoDB