summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2013-01-27 13:18:05 +0100
committerStefan Behnel <stefan_ml@behnel.de>2013-01-27 13:18:05 +0100
commit5fee23407c4bb9c223a4c387a6c0b2e923b6204a (patch)
tree51376c82c6d2a730a361693017ba599ccff1fc28
parent372afe70291cb1e2aaf2bb40f9ce34c409a34094 (diff)
downloadcython-5fee23407c4bb9c223a4c387a6c0b2e923b6204a.tar.gz
set version to 0.18rc10.18rc1
-rw-r--r--Cython/Shadow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 5ee857b5b..532a10185 100644
--- a/Cython/Shadow.py
+++ b/Cython/Shadow.py
@@ -1,5 +1,5 @@
# cython.* namespace for pure mode.
-__version__ = "0.18b1"
+__version__ = "0.18rc1"
# BEGIN shameless copy from Cython/minivect/minitypes.py