Commit 6bc74386 authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of 0.27.3.

parent 2ba0d3ca
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
0.27.3 (2017-??-??) 0.27.3 (2017-11-03)
=================== ===================
Bugs fixed Bugs fixed
...@@ -12,7 +12,7 @@ Bugs fixed ...@@ -12,7 +12,7 @@ Bugs fixed
failed to find the named type. (Github issue #1962) failed to find the named type. (Github issue #1962)
* NumPy slicing generated incorrect results when compiled with Pythran. * NumPy slicing generated incorrect results when compiled with Pythran.
(Github issue #1946) Original patch by Serge Guelton (Github issue #1946).
* Fix "undefined reference" linker error for generators on Windows in Py3.3-3.5. * Fix "undefined reference" linker error for generators on Windows in Py3.3-3.5.
(Github issue #1968) (Github issue #1968)
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.27.2" __version__ = "0.27.3"
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