diff options
-rw-r--r-- | CHANGES.rst | 2 | ||||
-rw-r--r-- | Cython/Shadow.py | 2 |
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 |