0.8.3 is a go
This commit is contained in:
parent
1aa2b86df3
commit
48ef176e28
@ -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, 2)
|
||||
VERSION = (0, 8, 3)
|
||||
|
||||
|
||||
def get_version():
|
||||
|
@ -5,7 +5,7 @@
|
||||
%define srcname mongoengine
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.8.2
|
||||
Version: 0.8.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A Python Document-Object Mapper for working with MongoDB
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user