summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-20 16:49:38 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-20 16:49:38 +0200
commit3134ec551ae09b880d71999f16f035683b47a8dc (patch)
tree87e259b88493f4b2ae7125f62acfb04b61a7ba7f
parent3337102fcaf254af18c6e3f71206a7068ec4397b (diff)
downloadcython-3134ec551ae09b880d71999f16f035683b47a8dc.tar.gz
Prepare 0.27rc1.0.27rc1
-rw-r--r--Cython/Shadow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 466bdc201..32cdb3d7e 100644
--- a/Cython/Shadow.py
+++ b/Cython/Shadow.py
@@ -1,7 +1,7 @@
# cython.* namespace for pure mode.
from __future__ import absolute_import
-__version__ = "0.27b1"
+__version__ = "0.27rc1"
try:
from __builtin__ import basestring