Updated version to 0.8.8

Fix for broken pypi artifact
This commit is contained in:
Ross Lawley 2015-04-08 10:26:19 +01:00
parent 0da694b845
commit 5a8a15f5e4
3 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
Changelog Changelog
========= =========
Changes in 0.8.8
================
- Fixed pypi artifact (#919)
Changes in 0.8.7 Changes in 0.8.7
================ ================
- Calling reload on deleted / nonexistant documents raises DoesNotExist (#538) - Calling reload on deleted / nonexistant documents raises DoesNotExist (#538)

View File

@ -15,7 +15,7 @@ import django
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ + __all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
list(queryset.__all__) + signals.__all__ + list(errors.__all__)) list(queryset.__all__) + signals.__all__ + list(errors.__all__))
VERSION = (0, 8, 7) VERSION = (0, 8, 8)
def get_version(): def get_version():

View File

@ -5,7 +5,7 @@
%define srcname mongoengine %define srcname mongoengine
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.8.7 Version: 0.8.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: A Python Document-Object Mapper for working with MongoDB Summary: A Python Document-Object Mapper for working with MongoDB
@ -51,4 +51,4 @@ rm -rf $RPM_BUILD_ROOT
# %{python_sitearch}/* # %{python_sitearch}/*
%changelog %changelog
* See: http://docs.mongoengine.org/en/latest/changelog.html * See: http://docs.mongoengine.org/en/latest/changelog.html