Skip to content

Commit 5ef5611

Browse files
committed
0.8.0 is a go
1 parent ebdd2d7 commit 5ef5611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
1616
list(queryset.__all__) + signals.__all__ + list(errors.__all__))
1717

18-
VERSION = (0, 8, 0, 'RC4')
18+
VERSION = (0, 8, 0)
1919

2020

2121
def get_version():

python-mongoengine.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%define srcname mongoengine
66

77
Name: python-%{srcname}
8-
Version: 0.8.0.RC4
8+
Version: 0.8.0
99
Release: 1%{?dist}
1010
Summary: A Python Document-Object Mapper for working with MongoDB
1111

0 commit comments

Comments
 (0)