Next release will be 2.0.8.

svn path=/plone.app.discussion/trunk/; revision=51273
This commit is contained in:
Timo Stollenwerk 2011-07-15 17:25:04 +00:00
parent a78deecf78
commit 7225fc78ad
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Changelog
=========
2.0.8 (unreleased)
------------------
2.0.7 (2011-07-15)
------------------

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '2.0.7'
version = '2.0.8'
install_requires = [
'setuptools',