From 5a8a15f5e43d9c02ca99f4f85ed64e9cc524d84b Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Wed, 8 Apr 2015 10:26:19 +0100 Subject: [PATCH] Updated version to 0.8.8 Fix for broken pypi artifact --- docs/changelog.rst | 4 ++++ mongoengine/__init__.py | 2 +- python-mongoengine.spec | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 51134238..1139627a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +Changes in 0.8.8 +================ +- Fixed pypi artifact (#919) + Changes in 0.8.7 ================ - Calling reload on deleted / nonexistant documents raises DoesNotExist (#538) diff --git a/mongoengine/__init__.py b/mongoengine/__init__.py index ac33ad2b..f0056d32 100644 --- a/mongoengine/__init__.py +++ b/mongoengine/__init__.py @@ -15,7 +15,7 @@ import django __all__ = (list(document.__all__) + fields.__all__ + connection.__all__ + list(queryset.__all__) + signals.__all__ + list(errors.__all__)) -VERSION = (0, 8, 7) +VERSION = (0, 8, 8) def get_version(): diff --git a/python-mongoengine.spec b/python-mongoengine.spec index eddb488d..a209da0c 100644 --- a/python-mongoengine.spec +++ b/python-mongoengine.spec @@ -5,7 +5,7 @@ %define srcname mongoengine Name: python-%{srcname} -Version: 0.8.7 +Version: 0.8.8 Release: 1%{?dist} Summary: A Python Document-Object Mapper for working with MongoDB @@ -51,4 +51,4 @@ rm -rf $RPM_BUILD_ROOT # %{python_sitearch}/* %changelog -* See: http://docs.mongoengine.org/en/latest/changelog.html \ No newline at end of file +* See: http://docs.mongoengine.org/en/latest/changelog.html