From 281f2c834f6f5473e728e354376b96d1b7f31b8c Mon Sep 17 00:00:00 2001 From: Eric Steele Date: Thu, 30 Aug 2012 11:25:41 -0400 Subject: [PATCH] Preparing release 2.2.0 --- CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index af03b6f..d5aaa69 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ Changelog ========= -2.2.0 (unreleased) +2.2.0 (2012-08-30) ------------------ - Refactor the comment creator/author_name to comply with the Plone core diff --git a/setup.py b/setup.py index 1d50ce5..f602b90 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '2.2.0.dev0' +version = '2.2.0' install_requires = [ 'setuptools',