0.8.0RC2 is a go

This commit is contained in:
Ross Lawley
2013-05-02 10:51:04 +00:00
parent f2c16452c6
commit 0eda7a5a3c
2 changed files with 2 additions and 2 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, 'RC1')
VERSION = (0, 8, 0, 'RC2')
def get_version():