Preparing release 2.2.0

This commit is contained in:
Eric Steele 2012-08-30 11:25:41 -04:00
parent 9146aa8025
commit 281f2c834f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.2.0 (unreleased) 2.2.0 (2012-08-30)
------------------ ------------------
- Refactor the comment creator/author_name to comply with the Plone core - Refactor the comment creator/author_name to comply with the Plone core

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '2.2.0.dev0' version = '2.2.0'
install_requires = [ install_requires = [
'setuptools', 'setuptools',