Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Sep 5, 2012
1 parent a8e787c commit 9963715
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

Changes in 0.7.X
Changes in 0.7.2
================
- Update index spec generation so its not destructive (MongoEngine/mongoengine#113)

Expand Down
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__all__ = (document.__all__ + fields.__all__ + connection.__all__ +
queryset.__all__ + signals.__all__)

VERSION = (0, 7, 1)
VERSION = (0, 7, 2)


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion python-mongoengine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%define srcname mongoengine

Name: python-%{srcname}
Version: 0.7.1
Version: 0.7.2
Release: 1%{?dist}
Summary: A Python Document-Object Mapper for working with MongoDB

Expand Down

0 comments on commit 9963715

Please sign in to comment.