summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst9
-rw-r--r--Cython/__init__.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 869d10f6a..d7422e756 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -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)
===================
diff --git a/Cython/__init__.py b/Cython/__init__.py
index 8ce78951a..35022a0f4 100644
--- a/Cython/__init__.py
+++ b/Cython/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.17.3"
+__version__ = "0.17.4"
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *