Preparing release 2.2.3

This commit is contained in:
Eric Steele 2013-01-13 22:15:35 -05:00
parent a6afdf265c
commit 42048f518a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.2.3 (unreleased) 2.2.3 (2013-01-13)
------------------ ------------------
- add anonymous_email_enabled settings to really let integrator activate - add anonymous_email_enabled settings to really let integrator activate

View File

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