summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-09-29 11:27:40 +0200
committerStefan Behnel <stefan_ml@behnel.de>2015-09-29 11:27:40 +0200
commite81992426187e1153c27e244a0d4b8a9d00c8d31 (patch)
treef8364b24d83a9f66ea2da26516905e6b35edc858
parent991a6f6f840e4d3feeda72934c2fc6ec9975b969 (diff)
downloadcython-e81992426187e1153c27e244a0d4b8a9d00c8d31.tar.gz
prepare release of 0.23.30.23.3
-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 cb9dbafe6..ef818bc3e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.23.3 (2015-??-??)
+0.23.3 (2015-09-29)
===================
Bugs fixed
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 01b4743b9..dd6e3fd8c 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.2"
+__version__ = "0.23.3"
try:
from __builtin__ import basestring