Merge pull request #770 from yjaaidi/patch-1

Version bump 0.8.7 => 0.9.0
This commit is contained in:
Yohan Graterol 2014-11-01 14:37:51 -05:00
commit c4c7ab7888

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, 7)
VERSION = (0, 9, 0)
def get_version():