summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2011-08-01 15:54:59 -0700
committerRobert Bradshaw <robertwb@math.washington.edu>2011-08-01 15:54:59 -0700
commitf873e3048fb3eaec4d2534480b438efea96092c3 (patch)
treecae0f1bb624f68cb050e9275faa0ce33a0bff824
parente4d366eef99ab1cd19b8e9cbeeb9ea7289a2f65f (diff)
downloadcython-f873e3048fb3eaec4d2534480b438efea96092c3.tar.gz
0.15rc20.15rc2
-rw-r--r--Cython/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/__init__.py b/Cython/__init__.py
index 958209fb8..eac02b282 100644
--- a/Cython/__init__.py
+++ b/Cython/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.15rc1"
+__version__ = "0.15rc2"
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *