diff --git a/changes.rst b/changes.rst index 901d712..af5ac4a 100644 --- a/changes.rst +++ b/changes.rst @@ -1,8 +1,8 @@ Changelog ========= -2.2 - Unreleased ------------------- +2.2 - June 10, 2014 +------------------- - Remove seconds from POT timestamps. No other tool includes seconds, and this appearently breaks Babel. diff --git a/setup.py b/setup.py index af08801..c5792b8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools.command.test import test as TestCommand import sys -version = '2.2dev' +version = '2.2' install_requires = [ 'polib',