0.6.3 release

This commit is contained in:
Ross Lawley
2012-03-24 19:06:08 +00:00
parent ea9dc8cfb8
commit bbdd15161a
5 changed files with 14 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ from signals import *
__all__ = (document.__all__ + fields.__all__ + connection.__all__ +
queryset.__all__ + signals.__all__)
VERSION = (0, 6, 2)
VERSION = (0, 6, 3)
def get_version():