Skip to content

Commit efeaba3

Browse files
committed
Version bump
1 parent 1a97dfd commit efeaba3

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.11
6+
==================
77
- Fixed inconsistency handling None values field attrs
88
- Fixed map_field embedded db_field issue
99
- Fixed .save() _delta issue with DbRefs

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

0 commit comments

Comments
 (0)