From 9fa9c9c7b43ab63efecfa57fc79dbe8c61b0590e Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 21 Dec 2013 10:11:21 +0100 Subject: Bump version numbers for 1.0 final. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 834664f..7c5d833 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ copyright = u'2013, Django Debug Toolbar developers and contributors' # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0b' +release = '1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3