summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-07-31 09:00:26 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-07-31 09:00:26 +0200
commit8970c94d0c6207133e8fdfac642b1b033b8b4184 (patch)
treeaf8dd81a2d0c2459c557b0bff967d917cf49064b
parent9c5ebdc448c1c126e1fc9cf13b71b1f36b029493 (diff)
downloadcython-8970c94d0c6207133e8fdfac642b1b033b8b4184.tar.gz
Prepare release of 3.0a6.3.0a6
-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 a7332afcc..920efe575 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-3.0.0 alpha 6 (2020-07-29)
+3.0.0 alpha 6 (2020-07-31)
==========================
Features added
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 4298ae3a6..5c15f2287 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.0a5"
+__version__ = "3.0a6"
try:
from __builtin__ import basestring