diff options
author | Ib Lundgren <ib.lundgren@gmail.com> | 2013-07-09 18:11:58 +0100 |
---|---|---|
committer | Ib Lundgren <ib.lundgren@gmail.com> | 2013-07-09 18:11:58 +0100 |
commit | 809646f84cd2f0941773ce99acc95ea216ea1cb8 (patch) | |
tree | 5a8ae7888f1f7edad3166a76f7f43789fb205fba /docs/conf.py | |
parent | 9169c7d9a7b2651275adf64136b175cad787724e (diff) | |
download | oauthlib-809646f84cd2f0941773ce99acc95ea216ea1cb8.tar.gz |
0.5.00.5.0
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6d6a59c..0f88bfb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2012, Idan Gazit and the Python Community' # built documents. # # The short X.Y version. -version = '0.4' +version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.4.2' +release = '0.5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |