From 7c69040200ffbaaa6ebd01b20087892f922f0e77 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Thu, 14 Aug 2014 21:56:15 +0200 Subject: [PATCH] Prepare 2.5 release. --- changes.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changes.rst b/changes.rst index b3debe4..7da3199 100644 --- a/changes.rst +++ b/changes.rst @@ -1,8 +1,8 @@ Changelog ========= -2.5 - Unreleased ----------------- +2.5 - August 14, 2014 +--------------------- - Correct handling of alternatives in TALES expressions when the pipe-symbol was surrounded by whitespace. This fixes diff --git a/setup.py b/setup.py index 360db00..2c0fea2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools.command.test import test as TestCommand import sys -version = '2.5dev' +version = '2.5' install_requires = [ 'setuptools',