Commit ef5f4ad6 authored by Stefan Behnel's avatar Stefan Behnel

prepare release of 0.23

parent 70e32837
...@@ -7,7 +7,7 @@ Latest changes ...@@ -7,7 +7,7 @@ Latest changes
0.23 (2015-08-yy) 0.23 (2015-08-08)
================= =================
Features added Features added
...@@ -68,6 +68,9 @@ Features added ...@@ -68,6 +68,9 @@ Features added
* Const iterators were added to the provided C++ STL declarations. * Const iterators were added to the provided C++ STL declarations.
* Smart pointers were added to the provided C++ STL declarations.
Patch by Daniel Filonik.
* ``NULL`` is allowed as default argument when embedding signatures. * ``NULL`` is allowed as default argument when embedding signatures.
This fixes ticket 843. This fixes ticket 843.
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.23b2" __version__ = "0.23"
try: try:
from __builtin__ import basestring from __builtin__ import basestring
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment