summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-03-11 09:41:42 +0100
committerStefan Behnel <stefan_ml@behnel.de>2018-03-11 09:41:42 +0100
commitd2c743a021027225475b452e39e1dfd8b5fb699a (patch)
tree1b7611719d004ac815b33638149940e26e83bb6c
parent6fcc1b4146a3082766cf757ef20e8546dfec1d90 (diff)
downloadcython-0.28rc1.tar.gz
Prepare release candidate 0.28rc1.0.28rc1
-rw-r--r--Cython/Shadow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 821b4c145..94e29335c 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.28b1"
+__version__ = "0.28rc1"
try:
from __builtin__ import basestring