summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-11-01 15:10:41 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-11-01 15:10:41 +0100
commitdca26bb439a33c1e072566d78191e9d99b0c34b1 (patch)
tree0e119e4938152361752ee272e7f647f8d33f588a
parent204e02b01218a18ec23a38b559cd9d0c74dce70d (diff)
downloadcython-dca26bb439a33c1e072566d78191e9d99b0c34b1.tar.gz
Prepare release of 0.29.14.
-rw-r--r--Cython/Shadow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index b72467bc9..40d91a0ce 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.29.13"
+__version__ = "0.29.14"
try:
from __builtin__ import basestring