diff options
author | Georg Brandl <georg@python.org> | 2011-01-04 10:00:51 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-04 10:00:51 +0100 |
commit | 0e1db6ad90a272ff7e5cf86039df905ae91ac4df (patch) | |
tree | c30521ff90a59b6daa6dac72fbfd43b65c7cef2c /doc/conf.py | |
parent | 22777a512882166035a91c6182b37233a3f00030 (diff) | |
download | sphinx-git-0e1db6ad90a272ff7e5cf86039df905ae91ac4df.tar.gz |
New year update.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 51e18096d..aecd4f6d8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -13,7 +13,7 @@ templates_path = ['_templates'] exclude_patterns = ['_build'] project = 'Sphinx' -copyright = '2007-2010, Georg Brandl' +copyright = '2007-2011, Georg Brandl' version = sphinx.__released__ release = version show_authors = True |