summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-05-05 16:36:54 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-05-05 16:36:54 +0200
commit4625219f9ffff32348122c5d52464df877ce7f17 (patch)
tree60da6f31b5f9a4783deac06e52e331bb6f1d45e7
parent6fa71c3f8d934e61252e5ec5e722e82a4f5c9148 (diff)
downloadcython-4625219f9ffff32348122c5d52464df877ce7f17.tar.gz
Prepare release of 3.0a4.3.0a4
-rw-r--r--CHANGES.rst2
-rw-r--r--Cython/Shadow.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d20cac4c4..b68877f99 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-3.0.0 alpha 4 (2020-05-??)
+3.0.0 alpha 4 (2020-05-05)
==========================
Features added
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 3662ed6ea..57fbb60f5 100644
--- a/Cython/Shadow.py
+++ b/Cython/Shadow.py
@@ -1,7 +1,7 @@
# cython.* namespace for pure mode.
from __future__ import absolute_import
-__version__ = "3.0a3"
+__version__ = "3.0a4"
try:
from __builtin__ import basestring