Back to development: 1.0b8

svn path=/plone.app.discussion/trunk/; revision=39901
This commit is contained in:
Timo Stollenwerk 2010-09-15 11:40:19 +00:00
parent d0dd7aabb6
commit 4137548d64
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
1.0b8 (unreleased)
------------------
- Nothing changed yet.
1.0b7 (2010-09-15)
------------------

View File

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