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',