summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-08-25 18:31:31 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-08-25 18:31:31 +0200
commitb974f9d8585b4cef081f60412301383af2d16c54 (patch)
tree97ecdebda21f92543883813df1db5fbf06e797e1
parente35396606597e67d5d20d5f76386eaa39acf3e1d (diff)
downloadcython-b974f9d8585b4cef081f60412301383af2d16c54.tar.gz
Prepare release candidate.0.26.1rc1
-rw-r--r--Cython/Shadow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 5cf55280d..ade57b1dc 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.26.1a0"
+__version__ = "0.26.1rc1"
try:
from __builtin__ import basestring