Bump version

svn path=/plone.formwidget.captcha/trunk/; revision=39606
This commit is contained in:
Hanno Schlichting 2010-09-02 10:45:06 +00:00
parent 6c3dd685a6
commit 239033005d
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Changelog
=========
1.0b3 - unreleased
------------------
1.0b2 - 2010-09-02
------------------

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '1.0b2'
version = '1.0b3'
setup(name='plone.formwidget.captcha',
version=version,