From: Stefan Behnel Date: Sun, 6 Feb 2011 15:19:17 +0000 (+0100) Subject: 0.14.1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c1a460a54ed69a33a2f3f05a895c65fd2bd2025b;p=cython.git 0.14.1 --- 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: