Commit 431f8869 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.23.x'

Conflicts:
	CHANGES.rst
parents 4493184c 59f06e3a
......@@ -37,7 +37,7 @@ Other changes
-------------
0.23.2 (2015-0x-yy)
0.23.2 (2015-09-11)
===================
Bugs fixed
......@@ -60,6 +60,9 @@ Bugs fixed
* ``ino_t`` in ``posix.types`` was not declared as ``unsigned``.
* Declarations in ``libcpp/memory.pxd`` were missing ``operator!()``.
Patch by Leo Razoumov.
* Static cdef methods can now be declared in .pxd files.
......
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.23.1"
__version__ = "0.23.2"
try:
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