summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-05-18 20:33:07 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-05-18 20:33:07 +0200
commita57de922bbcfaa44ca4e7580e69ec9f5b6b62ad4 (patch)
tree817b7bc4f8a7fd026bc801dcb766beead2e81f97
parentc0031d97576c48fa0a390c6f645faf5ab563f1ed (diff)
downloadcython-a57de922bbcfaa44ca4e7580e69ec9f5b6b62ad4.tar.gz
Prepare release of 0.29.18.0.29.18
-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 4dafaba37..beb594d42 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.29.18 (2020-0?-??)
+0.29.18 (2020-05-18)
====================
Bugs fixed
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 96d9e3984..f117edbe7 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.17"
+__version__ = "0.29.18"
try:
from __builtin__ import basestring