summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-07-13 22:20:55 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-07-13 22:20:55 +0200
commit3a34c5fb48ee86be9d0a819fee1ff3cb3efd1a1e (patch)
treeb9a715acad41f083a77eb4f2ea4d11d19584f00a
parent06607884c9653da58c9c352dc9a76a3f1d4a02ad (diff)
downloadcython-3a34c5fb48ee86be9d0a819fee1ff3cb3efd1a1e.tar.gz
Prepare release of 0.29.24.0.29.24
-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 2af0d74b6..ef4fab222 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.29.24 (2021-??-??)
+0.29.24 (2021-07-14)
====================
Bugs fixed
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index ddd2a311c..e265b04a7 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.23"
+__version__ = "0.29.24"
try:
from __builtin__ import basestring