diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-04-14 09:25:40 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-04-14 09:25:40 +0200 |
commit | 69361d96a59381fde0ac34d19df2d4aff05fb9a9 (patch) | |
tree | 449091a3d9bc0f1e84b1c820192a1b55e148508a /doc/conf.py | |
parent | 82b8902e033430000481eb355733cd7065342037 (diff) | |
download | gitpython-69361d96a59381fde0ac34d19df2d4aff05fb9a9.tar.gz |
conf.py: Adjusted version to match with the actual version
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index c87d2b39..0196759d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,9 +50,9 @@ copyright = u'Copyright (C) 2008, 2009 Michael Trier and contributors' # built documents. # # The short X.Y version. -version = '0.1.6' +version = '0.2.0' # The full version, including alpha/beta/rc tags. -release = '0.1.6' +release = '0.2.0 Beta' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |