Back to development: 1.0b9

svn path=/plone.app.discussion/trunk/; revision=40510
This commit is contained in:
Timo Stollenwerk 2010-10-04 19:11:16 +00:00
parent 198225ae9a
commit 4b40575dd1
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
1.0b9 (unreleased)
------------------
- Nothing changed yet.
1.0b8 (2010-10-04)
------------------

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '1.0b8'
version = '1.0b9dev'
setup(name='plone.app.discussion',
version=version,