Commit 5ea22893 authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of 0.29.5.

parent dc1ab34f
......@@ -2,9 +2,12 @@
Cython Changelog
================
0.29.5 (2019-??-??)
0.29.5 (2019-02-09)
===================
Bugs fixed
----------
* Crash when defining a Python subclass of an extension type and repeatedly calling
a cpdef method on it. (Github issue #2823)
......
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.29.4"
__version__ = "0.29.5"
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