Skip to content

Commit

Permalink
RC Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Aug 24, 2012
1 parent 6e7f2b7 commit 735e043
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
Expand Up @@ -12,7 +12,7 @@
__all__ = (document.__all__ + fields.__all__ + connection.__all__ +
queryset.__all__ + signals.__all__)

VERSION = (0, 6, 20)
VERSION = (0, '7rc1')


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

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

Expand Down

0 comments on commit 735e043

Please sign in to comment.