Bump to v0.10.6

This commit is contained in:
Emmanuel Leblond
2016-01-25 01:42:19 +01:00
parent b4af8ec751
commit a20d40618f
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ import errors
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
list(queryset.__all__) + signals.__all__ + list(errors.__all__))
VERSION = (0, 10, 5)
VERSION = (0, 10, 6)
def get_version():