From 39c71d912af541229d24da17987d65e65731d2bf Mon Sep 17 00:00:00 2001 From: Stefan Behnel <stefan_ml@behnel.de> Date: Tue, 29 Aug 2017 08:10:02 +0200 Subject: [PATCH] Prepare release of 0.26.1. --- CHANGES.rst | 2 +- Cython/Shadow.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b74142fa1..9176b481c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Cython Changelog ================ -0.26.1 (2017-08-28) +0.26.1 (2017-08-29) =================== Features added diff --git a/Cython/Shadow.py b/Cython/Shadow.py index ade57b1dc..740ecff03 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.26.1rc1" +__version__ = "0.26.1" try: from __builtin__ import basestring -- 2.30.9