From c1a460a54ed69a33a2f3f05a895c65fd2bd2025b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 6 Feb 2011 16:19:17 +0100 Subject: [PATCH] 0.14.1 --- conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.py b/conf.py index 1592c579..6d37c1ca 100644 --- 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: -- 2.26.2