0.8.0RC1 is a go!
This commit is contained in:
parent
3d49c33c6a
commit
9654fe0d8d
@ -2,7 +2,7 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Changes in 0.8.X
|
Changes in 0.8.0
|
||||||
================
|
================
|
||||||
- Fixed update_one write concern (#302)
|
- Fixed update_one write concern (#302)
|
||||||
- Updated minimum requirement for pymongo to 2.5
|
- Updated minimum requirement for pymongo to 2.5
|
||||||
|
@ -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, 0, '+')
|
VERSION = (0, 8, 0, 'RC1')
|
||||||
|
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%define srcname mongoengine
|
%define srcname mongoengine
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.7.10
|
Version: 0.8.0.RC1
|
||||||
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user