summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c8a2ebc90..6df87ce87 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.29.33 (2023-01-??)
+0.29.33 (2023-01-06)
====================
Features added
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 15b9e4c05..17b802529 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.32"
+__version__ = "0.29.33"
try:
from __builtin__ import basestring