diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2021-07-20 23:10:56 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2021-07-20 23:10:56 +0200 |
commit | 20f478a778ba6c34ff8ccadb289bf01cfbe90b94 (patch) | |
tree | 4445405ce19c369ca38062f5a53fd7cdb3795cce | |
parent | 5e002daeac94cbced240b8a95ef2d5aeab0c1b90 (diff) | |
download | cython-20f478a778ba6c34ff8ccadb289bf01cfbe90b94.tar.gz |
Prepare release of 3.0.0a93.0.0a9
-rw-r--r-- | CHANGES.rst | 2 | ||||
-rw-r--r-- | Cython/Shadow.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 726e5cad0..e87b198fb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Cython Changelog ================ -3.0.0 alpha 9 (2021-??-??) +3.0.0 alpha 9 (2021-07-21) ========================== Features added diff --git a/Cython/Shadow.py b/Cython/Shadow.py index a489cc57d..22d8a8211 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.0a8" +__version__ = "3.0.0a9" try: from __builtin__ import basestring |