Preparing release 1.0b10

svn path=/plone.app.discussion/trunk/; revision=40649
This commit is contained in:
Timo Stollenwerk 2010-10-15 14:50:58 +00:00
parent 6c67b0dbda
commit 13dbd2d7c4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
1.0b10 (unreleased) 1.0b10 (2010-10-15)
------------------- -------------------
- Fixed "global name 'WrongCaptchaCode' is not defined" if norobots captcha, - Fixed "global name 'WrongCaptchaCode' is not defined" if norobots captcha,

View File

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