Prepare 2.2.2 release.

This commit is contained in:
Timo Stollenwerk 2012-11-28 10:20:42 +01:00
parent 3445674d64
commit 44eb1507ca
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.2.2 (unreleased) 2.2.2 (2012-11-16)
------------------ ------------------
- first check if captcha is installed before we open browsers zcml - first check if captcha is installed before we open browsers zcml

View File

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