Skip to content

Commit 1bc2d2e

Browse files
committed
Version Bump
1 parent d7fd6a4 commit 1bc2d2e

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
@@ -12,7 +12,7 @@
1212
__all__ = (document.__all__ + fields.__all__ + connection.__all__ +
1313
queryset.__all__ + signals.__all__)
1414

15-
VERSION = (0, 7, 7)
15+
VERSION = (0, 7, 8)
1616

1717

1818
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.7.7
8+
Version: 0.7.8
99
Release: 1%{?dist}
1010
Summary: A Python Document-Object Mapper for working with MongoDB
1111

0 commit comments

Comments
 (0)