diff --git a/CHANGES.txt b/CHANGES.txt index 24b9e0c..be1d0bb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ 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) ------------------ diff --git a/setup.py b/setup.py index 4d78dae..bd806bc 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import sys from setuptools import setup, find_packages -version = '2.0a2' +version = '2.0a3' install_requires = [ 'setuptools',