diff --git a/django/__init__.py b/django/__init__.py index de473fa4e9..1144f3f418 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 97, 'pre') +VERSION = (0, 97, 'queryset-refactor') def get_version(): "Returns the version as a human-format string."