Skip to content

Commit bc7e874

Browse files
committed
Version 0.6.8
1 parent 97114b5 commit bc7e874

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8
66
================
77
- Fixed FileField losing reference when no default set
88
- Removed possible race condition from FileField (grid_file)

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

0 commit comments

Comments
 (0)