prepare README and HISTORY for 1.0a1.

svn path=/plone.formwidget.captcha/trunk/; revision=29444
This commit is contained in:
Timo Stollenwerk 2009-08-28 15:26:17 +00:00
parent 1879b84add
commit cf13caf471
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Introduction
============
plone.formwidget.captcha is a z3c.form widget for use with Plone. It is
plone.formwidget.captcha is a z3c.form captcha widget for use with Plone. It is
a z3c.form re-implementation of the `collective.captcha` package written by
Martijn Pieters.

View File

@ -1,8 +1,8 @@
Changelog
=========
1.0 - Unreleased
----------------
1.0a1 - (2009/08/28)
--------------------
* Initial release

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = '1.0'
version = '1.0a1'
setup(name='plone.formwidget.captcha',
version=version,