svn path=/plone.app.discussion/trunk/; revision=49820
This commit is contained in:
Eric Steele 2011-05-19 18:11:12 +00:00
parent 82c0c063f9
commit 1e66387294
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Changelog Changelog
========= =========
2.0.4 (Unreleased)
------------------
2.0.3 (2011-06-19) 2.0.3 (2011-06-19)
------------------ ------------------

View File

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