svn path=/plone.app.discussion/trunk/; revision=48478
This commit is contained in:
Eric Steele 2011-04-06 23:08:43 +00:00
parent 5cc4b813a2
commit 42edf85dc5
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
Changelog
=========
2.0b2 (Unreleased)
------------------
2.0b1 (2011-04-06)
------------------

View File

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