summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2008-09-03 00:20:17 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2008-09-03 00:20:17 +0000
commit67813c65e19399d26a5efe7cec81a7081806012b (patch)
tree2b6a70471586acbfe40fa3e8a3834c7989700040 /django/__init__.py
parentd8b56ecbf6156485858999f923982d036e9f00e8 (diff)
Bumped version to rc1.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/__init__.py')
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
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."