Prepare 2.0a2 release.

svn path=/plone.app.discussion/trunk/; revision=47312
This commit is contained in:
Timo Stollenwerk 2011-02-08 09:30:18 +00:00
parent bf96d0082f
commit 12ccfcdad9
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.0a1 (unreleased)
2.0a2 (2011-02-08)
------------------
- Remove "Plone 3 only" code.

View File

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