summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-07-31 07:22:37 +0200
committerStefan Behnel <stefan_ml@behnel.de>2022-07-31 07:22:37 +0200
commit65ff43ed9ce7f90ae80afd83702e84ad98f4241a (patch)
treef4201d822b5417289118192fa07a2b27f42023cf
parentcfe1a4eb374c529e946b7684dbfd81a25fbc7eae (diff)
downloadcython-65ff43ed9ce7f90ae80afd83702e84ad98f4241a.tar.gz
Prepare release of 3.0.0a11.
-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 83fef5e57..8c8462e5e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-3.0.0 alpha 11 (2022-0?-??)
+3.0.0 alpha 11 (2022-07-31)
===========================
Features added
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 78d950ce2..097126475 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.0.0a10"
+__version__ = "3.0.0a11"
try:
from __builtin__ import basestring