Preparing release 1.0

svn path=/plone.formwidget.captcha/trunk/; revision=50821
This commit is contained in:
Vincent Fretin 2011-06-29 08:17:28 +00:00
parent afac46f0b7
commit 8da9c105a9
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Changelog
=========
1.0b3 - unreleased
------------------
1.0 (2011-06-29)
----------------
* Use hashlib module by default.
[thomasdesvenain]

View File

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