From 1e3c3934bda6625d381599d2d373087733235c91 Mon Sep 17 00:00:00 2001 From: ubernostrum Date: Wed, 3 Sep 2008 23:38:45 +0000 Subject: [PATCH] Bump version number for Django 1.0 release git-svn-id: http://code.djangoproject.com/svn/django/trunk@8960 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 19f362c4..9e9e6f2d 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 'rc_1') +VERSION = (1, 0, 'final') def get_version(): "Returns the version as a human-format string." -- 2.11.4.GIT