Bump version

svn path=/plone.formwidget.captcha/trunk/; revision=33552
This commit is contained in:
Hanno Schlichting 2010-01-28 15:30:31 +00:00
parent 8e10a295a0
commit 189bb35451
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Changelog
=========
1.0a3 - unreleased
------------------
1.0a2 - 2010-01-28
------------------

View File

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