Skip to content

Commit 1fdc7ce

Browse files
committed
Releasing Version 0.6.10
1 parent 944aa45 commit 1fdc7ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog
33
=========
44

5-
Changes in 0.6.x
6-
================
5+
Changes in 0.6.10
6+
=================
77
- Fixed basedict / baselist to return super(..)
88
- Promoted BaseDynamicField to DynamicField
99

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, 6, 9)
15+
VERSION = (0, 6, 10)
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.6.9
8+
Version: 0.6.10
99
Release: 1%{?dist}
1010
Summary: A Python Document-Object Mapper for working with MongoDB
1111

0 commit comments

Comments
 (0)