Commit f6f8917b authored by Stefan Behnel's avatar Stefan Behnel

Prepare release 0f 0.29.12.

parent 2528a9c6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
0.29.12 (2019-07-??) 0.29.12 (2019-07-07)
==================== ====================
Bugs fixed Bugs fixed
...@@ -17,6 +17,9 @@ Bugs fixed ...@@ -17,6 +17,9 @@ Bugs fixed
* Fix reported error positions of undefined builtins and constants. * Fix reported error positions of undefined builtins and constants.
Patch by Orivej Desh. (Github issue #3030) Patch by Orivej Desh. (Github issue #3030)
* A 32 bit issue in the Pythran support was resolved.
Patch by Serge Guelton. (Github issue #3032)
0.29.11 (2019-06-30) 0.29.11 (2019-06-30)
==================== ====================
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.29.11" __version__ = "0.29.12"
try: try:
from __builtin__ import basestring 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