Prepare plone.app.discussion 2.0a3.

svn path=/plone.app.discussion/trunk/; revision=47882
This commit is contained in:
Eric Steele 2011-03-02 21:19:12 +00:00
parent 5f557323b1
commit 0bb7189e55
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
2.0a3 (2011-03-02)
------------------
- Fixed test failure for the default user portrait, which changed from
defaultUser.gif to defaultUser.png in Products.PlonePAS 4.0.5
[maurits]
2.0a2 (2011-02-08) 2.0a2 (2011-02-08)
------------------ ------------------

View File

@ -1,7 +1,7 @@
import sys import sys
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '2.0a2' version = '2.0a3'
install_requires = [ install_requires = [
'setuptools', 'setuptools',