Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Sep 4, 2012
1 parent 3534bf7 commit 53339c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 0)
VERSION = (0, 7, 1)


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.0
Version: 0.7.1
Release: 1%{?dist}
Summary: A Python Document-Object Mapper for working with MongoDB

Expand Down

0 comments on commit 53339c7

Please sign in to comment.