Commit 6889482c authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of Cython 3.0a7.

parent 8bc7ca53
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
3.0.0 alpha 7 (2020-0?-??) 3.0.0 alpha 7 (2020-05-24)
========================== ==========================
Features added Features added
...@@ -94,8 +94,8 @@ Bugs fixed ...@@ -94,8 +94,8 @@ Bugs fixed
* Structs could not be instantiated with positional arguments in * Structs could not be instantiated with positional arguments in
pure Python mode. pure Python mode.
* Literal list assignments to pointers declared in PEP-526 notation * Literal list assignments to pointer variables declared in PEP-526
failed to compile. notation failed to compile.
* Nested C++ types were not usable through ctypedefs. * Nested C++ types were not usable through ctypedefs.
Patch by Vadim Pushtaev. (Github issue :issue:`4039`) Patch by Vadim Pushtaev. (Github issue :issue:`4039`)
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "3.0a6" __version__ = "3.0a7"
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