Back to development: 1.1

svn path=/plone.formwidget.captcha/trunk/; revision=50823
This commit is contained in:
Vincent Fretin 2011-06-29 08:18:39 +00:00
parent 8da9c105a9
commit dad854453b
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
1.1 (unreleased)
----------------
- Nothing changed yet.
1.0 (2011-06-29)
----------------

View File

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