diff options
author | Jannis Leidel <jannis@leidel.info> | 2012-02-16 21:46:37 +0100 |
---|---|---|
committer | Jannis Leidel <jannis@leidel.info> | 2012-02-16 21:46:37 +0100 |
commit | 7c5e2af85f567c50e15ab65745327207f3b62e08 (patch) | |
tree | 5dacbc0b3321d9f26ef57aa4793cc15b6376d63f /docs/conf.py | |
parent | 1405b48b1d6347ed350e40f5cd5df96c0836eb9e (diff) | |
parent | 1607c9b632e39453bcca214af02be4c9cdba3799 (diff) | |
download | virtualenv-1.7.1.tar.gz |
Merge branch 'release/1.7.1'1.7.1
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 39203f1..7528ca9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,14 +35,14 @@ master_doc = 'index' # General substitutions. project = 'virtualenv' -copyright = '2007-2011, Ian Bicking, The Open Planning Project, The virtualenv developers' +copyright = '2007-2012, Ian Bicking, The Open Planning Project, The virtualenv developers' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. # # The short X.Y version. -release = "1.7" +release = "1.7.1" version = ".".join(release.split(".")[:2]) # There are two options for replacing |today|: either, you set today to some |