summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-04-02 12:39:29 +0200
committerStefan Behnel <stefan_ml@behnel.de>2023-04-02 12:39:29 +0200
commit81cc29aedc0d0df69e81812cb8321cc0bcf41065 (patch)
tree4f8488ed88b1f9703d3284764b4a786930e674b8
parentf1928e23e48e2d786f2f58ef9e9b2ebd0e1e4320 (diff)
downloadcython-0.29.34.tar.gz
Prepare release of 0.29.34.0.29.34
-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 25be6f32f..696463f3a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.29.34 (2023-??-??)
+0.29.34 (2023-04-02)
====================
Bugs fixed
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 17b802529..96296070e 100644
--- a/Cython/Shadow.py
+++ b/Cython/Shadow.py
@@ -1,7 +1,7 @@
# cython.* namespace for pure mode.
from __future__ import absolute_import
-__version__ = "0.29.33"
+__version__ = "0.29.34"
try:
from __builtin__ import basestring