summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-10-18 15:35:08 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-10-18 15:35:08 +0200
commit265825380ceea07648968b5b852294d4314bb1eb (patch)
treebdcfcf843a070aeabefbd1f59ad99860d9c1fa07
parent2b62783093281cb12324f127cf058740710c1e78 (diff)
downloadcython-265825380ceea07648968b5b852294d4314bb1eb.tar.gz
prepare 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 8e2e169ad..a86aaf401 100644
--- a/Cython/Shadow.py
+++ b/Cython/Shadow.py
@@ -1,5 +1,5 @@
# cython.* namespace for pure mode.
-__version__ = "0.21.1pre"
+__version__ = "0.21.1"
# BEGIN shameless copy from Cython/minivect/minitypes.py