Back to 1.0b10 for a re-release.

svn path=/plone.app.discussion/trunk/; revision=40658
This commit is contained in:
Timo Stollenwerk 2010-10-15 15:53:33 +00:00
parent 239b38353a
commit 5e6d638885
3 changed files with 2 additions and 14 deletions

View File

@ -1,18 +1,6 @@
Changelog
=========
1.0b11 (unreleased)
-------------------
- Nothing changed yet.
1.0b11 (unreleased)
-------------------
- Nothing changed yet.
1.0b10 (2010-10-15)
-------------------

View File

@ -53,7 +53,7 @@ copyright = u'2010, Timo Stollenwerk - Plone Foundation'
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0b11'
release = '1.0b10'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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