summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:26:27 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:26:27 +0200
commit1213eceeb0be792adf86ba6e9e7a6d9bb0df0611 (patch)
tree6d93442fdf6aefef1dbe93428c7cfb9f90694d0e
parent9262e55cd63de814f3a8fba3e21c98099c6a0d5c (diff)
downloadcython-1213eceeb0be792adf86ba6e9e7a6d9bb0df0611.tar.gz
prepare pre-release of 0.21.1
-rw-r--r--Cython/Shadow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 1019b4a31..8e2e169ad 100644
--- a/Cython/Shadow.py
+++ b/Cython/Shadow.py
@@ -1,5 +1,5 @@
# cython.* namespace for pure mode.
-__version__ = "0.21"
+__version__ = "0.21.1pre"
# BEGIN shameless copy from Cython/minivect/minitypes.py