Commit 4625219f authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of 3.0a4.

parent 6fa71c3f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
3.0.0 alpha 4 (2020-05-??) 3.0.0 alpha 4 (2020-05-05)
========================== ==========================
Features added Features added
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "3.0a3" __version__ = "3.0a4"
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