diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-10 22:07:37 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-10 22:09:05 +0200 |
| commit | cb4059bccea6d01e41d63c66fda502823a35220f (patch) | |
| tree | 06e549a95fda8db67e74763d8329ec3554784b84 /doc | |
| parent | 34f01396b913220fe5b19e1f8e33f2d3f4ec2ce5 (diff) | |
| download | gitdb-cb4059bccea6d01e41d63c66fda502823a35220f.tar.gz | |
Bumped version info to 0.5.3
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 28deb31..723a345 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -38,7 +38,7 @@ master_doc = 'index' # General information about the project. project = u'GitDB' -copyright = u'2010, Sebastian Thiel' +copyright = u'2011, 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 @@ -47,7 +47,7 @@ copyright = u'2010, Sebastian Thiel' # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.1' +release = '0.5.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
