summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-01-19 10:05:11 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-01-19 10:05:11 +0100
commit49414dbc7ddc2ca2979d6dbe1e44714b10d72e7e (patch)
tree5a5dba6a5455d733f9fbeebda0b24038c9c6e4e7
parent8849406920abb4051f610ef976d15a65265a84af (diff)
downloadcython-49414dbc7ddc2ca2979d6dbe1e44714b10d72e7e.tar.gz
Prepare release of 0.29.3.0.29.3
-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 a9a87d360..a29750ffc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.29.3 (2019-??-??)
+0.29.3 (2019-01-19)
===================
Bugs fixed
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index cdeddc354..4ac0150ee 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.2"
+__version__ = "0.29.3"
try:
from __builtin__ import basestring