Preparing release 1.0b8

svn path=/plone.app.discussion/trunk/; revision=40507
This commit is contained in:
Timo Stollenwerk 2010-10-04 19:09:28 +00:00
parent 51642c2e0f
commit 198225ae9a
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
1.0b8 (unreleased) 1.0b8 (2010-10-04)
------------------ ------------------
- Apply the comment viewlet template and styles to the new title-less comments. - Apply the comment viewlet template and styles to the new title-less comments.
@ -38,6 +38,7 @@ Changelog
- Italian translation updated. - Italian translation updated.
[keul] [keul]
1.0b7 (2010-09-15) 1.0b7 (2010-09-15)
------------------ ------------------

View File

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