Commit 10183d61 authored by Stefan Behnel's avatar Stefan Behnel

prepare release of 0.17.2

parent db7fbdf3
......@@ -2,7 +2,7 @@
Cython Changelog
================
0.17.2 (2012-11-??)
0.17.2 (2012-11-20)
===================
Features added
......@@ -13,6 +13,8 @@ Features added
Bugs fixed
----------
* Replacing an object reference with the value of one of its cdef attributes could generate incorrect C code that accessed the object after deleting its last reference.
* C-to-Python type coercions during cascaded comparisons could generate invalid C code, specifically when using the 'in' operator.
* "obj[1,]" passed a single integer into the item getter instead of a tuple.
......
__version__ = "0.17.2rc1"
__version__ = "0.17.2"
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *
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