summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-10-10 14:31:27 +0200
committerStefan Behnel <stefan_ml@behnel.de>2015-10-10 14:31:27 +0200
commitdc00a176d896f0df892aad8b305d946d3ed632a0 (patch)
tree9dca440b1872eb6f4ceb24e575c08261afeaf4b8
parent75fccd4140f309d557e1d605153571abd7ef76ba (diff)
downloadcython-dc00a176d896f0df892aad8b305d946d3ed632a0.tar.gz
prepare release of 0.23.40.23.4
-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 44f7054e0..99735dd15 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.23.4 (2015-??-??)
+0.23.4 (2015-10-10)
===================
Bugs fixed
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index dd6e3fd8c..65db3791d 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.23.3"
+__version__ = "0.23.4"
try:
from __builtin__ import basestring