Skip to content

Commit 57ac38d

Browse files
committed
Version bump 0.8.5
1 parent 7a73a92 commit 57ac38d

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, 4)
18+
VERSION = (0, 8, 5)
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.4
8+
Version: 0.8.5
99
Release: 1%{?dist}
1010
Summary: A Python Document-Object Mapper for working with MongoDB
1111

0 commit comments

Comments
 (0)