From bc7e874476bbaad16e42b80286343db61ba0a0b5 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Wed, 9 May 2012 20:53:18 +0100 Subject: [PATCH] Version 0.6.8 --- docs/changelog.rst | 2 +- mongoengine/__init__.py | 2 +- python-mongoengine.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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