diff --git a/django/__init__.py b/django/__init__.py index 44d7f285d2..19f362c434 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 'beta_2') +VERSION = (1, 0, 'rc_1') def get_version(): "Returns the version as a human-format string."