svn path=/plone.app.discussion/trunk/; revision=49469
This commit is contained in:
Hanno Schlichting 2011-05-12 09:22:10 +00:00
parent 4c188bba59
commit fa0e4a4410
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Changelog Changelog
========= =========
2.0.3 (unreleased)
------------------
2.0.2 (2011-05-12) 2.0.2 (2011-05-12)
------------------ ------------------

View File

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