summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2011-08-05 11:01:34 -0700
committerRobert Bradshaw <robertwb@math.washington.edu>2011-08-05 11:01:34 -0700
commitc6c039bd9c0dd0b78ab33ab0e44f398487ba239f (patch)
tree9f338197c99d9ab171e80467f1b2408aadf3fcdc
parentc7e5a2307d1d73fcc365e825fd6bd2235ed32454 (diff)
downloadcython-0.15.tar.gz
Bump release number to 0.15.0.15
-rw-r--r--Cython/__init__.py2
-rw-r--r--docs/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cython/__init__.py b/Cython/__init__.py
index eac02b282..6f2b3dfd2 100644
--- a/Cython/__init__.py
+++ b/Cython/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.15rc2"
+__version__ = "0.15"
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *
diff --git a/docs/conf.py b/docs/conf.py
index 5607c5f76..f2d2a90e4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,7 +52,7 @@ copyright = '2011, Stefan Behnel, Robert Bradshaw, Dag Sverre Seljebotn, Greg Ew
# The short X.Y version.
version = '0.15'
# The full version, including alpha/beta/rc tags.
-release = '0.15pre'
+release = '0.15'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: