Updated RC version
This commit is contained in:
parent
9dfee83e68
commit
9e513e08ae
2 changed files with 2 additions and 2 deletions
|
|
@ -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, 0, 'RC2')
|
||||
VERSION = (0, 8, 0, 'RC3')
|
||||
|
||||
|
||||
def get_version():
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%define srcname mongoengine
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.8.0.RC2
|
||||
Version: 0.8.0.RC3
|
||||
Release: 1%{?dist}
|
||||
Summary: A Python Document-Object Mapper for working with MongoDB
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue