0.8.4 is a go

This commit is contained in:
Ross Lawley 2013-08-23 10:03:10 +00:00
parent 6738a9433b
commit 86c8929d77
2 changed files with 2 additions and 2 deletions

View File

@ -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, 3)
VERSION = (0, 8, 4)
def get_version():

View File

@ -5,7 +5,7 @@
%define srcname mongoengine
Name: python-%{srcname}
Version: 0.8.3
Version: 0.8.4
Release: 1%{?dist}
Summary: A Python Document-Object Mapper for working with MongoDB