Skip to content

Commit

Permalink
0.8.0 is a go
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed May 20, 2013
1 parent ebdd2d7 commit 5ef5611
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 @@ -15,7 +15,7 @@
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
list(queryset.__all__) + signals.__all__ + list(errors.__all__))

VERSION = (0, 8, 0, 'RC4')
VERSION = (0, 8, 0)


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

Expand Down

0 comments on commit 5ef5611

Please sign in to comment.