prepare 1.0b1 release.

svn path=/plone.formwidget.captcha/trunk/; revision=36890
This commit is contained in:
Timo Stollenwerk 2010-06-02 07:33:33 +00:00
parent c4f65c7794
commit 47b2d510c8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
1.0a3 - unreleased
1.0b1 - 2010-06-02
------------------
* Declare that plone.formwidget.captcha provides a Captcha field that can be

View File

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