0.8.0RC1 is a go!

This commit is contained in:
Ross Lawley 2013-05-01 09:30:20 +00:00
commit 9654fe0d8d
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ import django
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
list(queryset.__all__) + signals.__all__ + list(errors.__all__))
VERSION = (0, 8, 0, '+')
VERSION = (0, 8, 0, 'RC1')
def get_version():