Skip to content

Commit 233b13d

Browse files
committed
Version bump
1 parent 5bcbb4f commit 233b13d

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
Changes in 0.6.X
5+
Changes in 0.6.7
66
================
77
- Fixed indexing on '_id' or 'pk' or 'id'
88
- Invalid data from the DB now raises a InvalidDocumentError

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, 6)
15+
VERSION = (0, 6, 7)
1616

1717

1818
def get_version():

python-mongoengine.spec

Lines changed: 2 additions & 22 deletions
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.6
8+
Version: 0.6.7
99
Release: 1%{?dist}
1010
Summary: A Python Document-Object Mapper for working with MongoDB
1111

@@ -51,24 +51,4 @@ rm -rf $RPM_BUILD_ROOT
5151
# %{python_sitearch}/*
5252

5353
%changelog
54-
* Wed Apr 24 2012 Ross Lawley <[email protected]> 0.6.5
55-
- 0.6.6 released
56-
* Wed Apr 18 2012 Ross Lawley <[email protected]> 0.6.5
57-
- 0.6.5 released
58-
* Wed Apr 18 2012 Ross Lawley <[email protected]> 0.6.5
59-
- 0.6.4 released
60-
* Wed Mar 24 2012 Ross Lawley <[email protected]> 0.6.5
61-
- 0.6.3 released
62-
* Wed Mar 22 2012 Ross Lawley <[email protected]> 0.6.5
63-
- 0.6.2 released
64-
* Wed Mar 05 2012 Ross Lawley <[email protected]> 0.6.5
65-
- 0.6.1 released
66-
* Mon Mar 05 2012 Ross Lawley <[email protected]> 0.6
67-
- 0.6 released
68-
* Thu Oct 27 2011 Pau Aliagas <[email protected]> 0.5.3-1
69-
- Update to latest dev version
70-
- Add PIL dependency for ImageField
71-
* Wed Oct 12 2011 Pau Aliagas <[email protected]> 0.5.2-1
72-
- Update version
73-
* Fri Sep 23 2011 Pau Aliagas <[email protected]> 0.5.0-1
74-
- Initial version
54+
* See: http://readthedocs.org/docs/mongoengine-odm/en/latest/changelog.html

0 commit comments

Comments
 (0)