summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-07-26 14:02:43 +0200
committerStefan Behnel <stefan_ml@behnel.de>2019-07-26 14:02:43 +0200
commitd4610f39a43a658cee1862c899a9696d8a9c9f5f (patch)
treec8e380c62070aa101df41c994d8ede28832eb242
parentf2702e709a50dd949aa9e5a308d3f6cf81efe92c (diff)
downloadcython-0.29.13.tar.gz
Prepare release of 0.29.13.0.29.13
-rw-r--r--CHANGES.rst2
-rw-r--r--Cython/Shadow.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e9deda51c..97cb89c35 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.29.13 (2019-0?-??)
+0.29.13 (2019-07-26)
====================
Bugs fixed
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index b7cea0561..b72467bc9 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.12"
+__version__ = "0.29.13"
try:
from __builtin__ import basestring