0.14.1
authorStefan Behnel <scoder@users.berlios.de>
Sun, 6 Feb 2011 15:19:17 +0000 (16:19 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 6 Feb 2011 15:19:17 +0000 (16:19 +0100)
conf.py

diff --git a/conf.py b/conf.py
index 1592c579998b7c444a03213ac1f33957e7f2610d..6d37c1cadf5ce0b4538faec57b44280d0888b4dc 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -42,15 +42,15 @@ master_doc = 'index'
 
 # General substitutions.
 project = 'Cython'
-copyright = '2010, Stefan Behnel, Robert Bradshaw, Dag Sverre Seljebotn, Greg Ewing, William Stein, Gabriel Gellner, et al.'
+copyright = '2011, Stefan Behnel, Robert Bradshaw, Dag Sverre Seljebotn, Greg Ewing, William Stein, Gabriel Gellner, et al.'
 
 # The default replacements for |version| and |release|, also used in various
 # other places throughout the built documents.
 #
 # The short X.Y version.
-version = '0.14'
+version = '0.14.1'
 # The full version, including alpha/beta/rc tags.
-release = '0.14'
+release = '0.14.1'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used: