Commit 53db1cdd authored by Robert Bradshaw's avatar Robert Bradshaw

Prep for 0.17.4 release.

parent b69124e0
......@@ -2,6 +2,15 @@
Cython Changelog
================
0.17.4 (2013-01-03)
===================
Bugs fixed
----------
* Garbage collection triggered during deallocation of container classes could lead to a double-deallocation.
0.17.3 (2012-12-14)
===================
......
__version__ = "0.17.3"
__version__ = "0.17.4"
# 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