Back to development: 1.0b10

svn path=/plone.app.discussion/trunk/; revision=40544
This commit is contained in:
Timo Stollenwerk 2010-10-07 07:14:29 +00:00
parent 23968e41b4
commit aea10731cd
2 changed files with 7 additions and 1 deletions

View File

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

View File

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