diff options
| author | Aymeric Augustin | 2013-12-21 10:11:21 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-12-21 10:26:47 +0100 | 
| commit | 9fa9c9c7b43ab63efecfa57fc79dbe8c61b0590e (patch) | |
| tree | e602cbd20539bee92eb2325d61338d6e674b9833 /docs/conf.py | |
| parent | d840d329ccbfaafebf356ac705fe920eea3f1595 (diff) | |
| download | django-debug-toolbar-9fa9c9c7b43ab63efecfa57fc79dbe8c61b0590e.tar.bz2 | |
Bump version numbers for 1.0 final.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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. | 
