diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-06-29 23:47:26 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-06-29 23:55:39 +0200 |
commit | fde6522c40a346c8b1d588a2b8d4dd362ae1f58f (patch) | |
tree | 9b710249276c0e76c361de2efcb6358eba74d187 /doc/conf.py | |
parent | 0369384c8b79c44c5369f1b6c05046899f8886da (diff) | |
download | gitpython-fde6522c40a346c8b1d588a2b8d4dd362ae1f58f.tar.gz |
Added whatsnew and put it into the index
Set project version to 0.3.0 beta
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 0196759d..0dda5b0f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -43,16 +43,16 @@ master_doc = 'index' # General information about the project. project = u'GitPython' -copyright = u'Copyright (C) 2008, 2009 Michael Trier and contributors' +copyright = u'Copyright (C) 2008, 2009 Michael Trier and contributors, 2010 Sebastian Thiel' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.2.0' +version = '0.3.0' # The full version, including alpha/beta/rc tags. -release = '0.2.0 Beta' +release = '0.3.0 Beta 1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |