summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-06-20 11:14:00 +0200
committerStefan Behnel <stefan_ml@behnel.de>2015-06-20 11:14:00 +0200
commit146fd20d5b3603995dbee6ed77f1919f410cd010 (patch)
tree19212423d4162da65b2172dcffe9dcf1dd945186
parentfb56d216f054fbf3e65279802f28c929962791ac (diff)
downloadcython-146fd20d5b3603995dbee6ed77f1919f410cd010.tar.gz
prepare release of 0.22.10.22.1
-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 9eac9bdd7..d90718766 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.22.1 (2015-05-??)
+0.22.1 (2015-06-20)
===================
Bugs fixed
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 81fa66e92..0df3f65ca 100644
--- a/Cython/Shadow.py
+++ b/Cython/Shadow.py
@@ -1,5 +1,5 @@
# cython.* namespace for pure mode.
-__version__ = "0.22.1rc1"
+__version__ = "0.22.1"
# BEGIN shameless copy from Cython/minivect/minitypes.py