diff --git a/changes.rst b/changes.rst index 9260cb1..333e27b 100644 --- a/changes.rst +++ b/changes.rst @@ -1,7 +1,7 @@ Changelog ========= -2.4 - Unreleased +2.4 - July 23, 2014 ------------------- - Correctly handle multiple alternatives in ZPT expressions. This fixes diff --git a/setup.py b/setup.py index 81e5eb0..2b599d8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools.command.test import test as TestCommand import sys -version = '2.4dev' +version = '2.4' install_requires = [ 'polib',