summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-02-06 11:24:48 +0100
committerStefan Behnel <stefan_ml@behnel.de>2020-02-06 11:24:48 +0100
commit26cb654dcf4ed1b1858daf16b39fd13406b1ac64 (patch)
treeb956565ee07f1e679399a34b1bfb9093ab32d46b
parent761b929dac197159540210bc09307f0f773c4a35 (diff)
downloadcython-26cb654dcf4ed1b1858daf16b39fd13406b1ac64.tar.gz
Prepare release of 0.29.15.0.29.15
-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 5b528e1ab..3c249e66e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.29.15 (20??-??-??)
+0.29.15 (2020-02-06)
====================
* Crash when returning a temporary Python object from an async-def function.
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 40d91a0ce..a7401d5db 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.14"
+__version__ = "0.29.15"
try:
from __builtin__ import basestring