Commit 229a4531 authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of 0.29.27.

parent e054ca10
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
0.29.27 (2022-??-??) 0.29.27 (2022-01-28)
==================== ====================
Features added Features added
...@@ -22,7 +22,7 @@ Bugs fixed ...@@ -22,7 +22,7 @@ Bugs fixed
* Calls to ``range()`` with more than three arguments did not fail. * Calls to ``range()`` with more than three arguments did not fail.
Original patch by Max Bachmann. (Github issue #4550) Original patch by Max Bachmann. (Github issue #4550)
* A C compiler warning about missing type struct initialisers in Py3.10 was resolved. * Some C compiler warnings about missing type struct initialisers in Py3.10 were resolved.
* Cython no longer warns about using OpenMP 3.0 features since they are now * Cython no longer warns about using OpenMP 3.0 features since they are now
considered generally available. considered generally available.
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.29.26" __version__ = "0.29.27"
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