Prepare 2.1.4 release.

This commit is contained in:
Timo Stollenwerk 2012-02-29 09:33:30 +01:00
parent 5e5d9d0da4
commit fda1bb1c63
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.1.4 (unreleased) 2.1.4 (2012-02-29)
------------------ ------------------
- Revert modification date since this is fixed in p.a.caching now. - Revert modification date since this is fixed in p.a.caching now.

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '2.1.4dev' version = '2.1.4'
install_requires = [ install_requires = [
'setuptools', 'setuptools',