Skip to content

Commit

Permalink
Prepare release of 0.29.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 8, 2019
1 parent dc1ab34 commit 5ea2289
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Cython/Shadow.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cython.* namespace for pure mode.
from __future__ import absolute_import

__version__ = "0.29.4"
__version__ = "0.29.5"

try:
from __builtin__ import basestring
Expand Down

0 comments on commit 5ea2289

Please sign in to comment.