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 4fef87c1f..397e586ab 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -13,7 +13,7 @@ Bugs fixed
----------
-0.26 (2017-07-xx)
+0.26 (2017-07-19)
=================
Features added
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 09fa4adfe..1dc80ba15 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.26rc2"
+__version__ = "0.26"
try:
from __builtin__ import basestring