svn path=/plone.app.discussion/trunk/; revision=47884
This commit is contained in:
Eric Steele 2011-03-02 21:20:15 +00:00
parent 0bb7189e55
commit 7c18f40362
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
Changelog
=========
2.01b1 (Unreleased)
------------------
2.0a3 (2011-03-02)
------------------
- Fixed test failure for the default user portrait, which changed from

View File

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