Prepare 1.0b1 release.

This commit is contained in:
Timo Stollenwerk 2012-03-09 10:44:18 +01:00
parent e196946da4
commit 3b5829b715
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
1.0b1 (unreleased)
1.0b1 (2012-03-09)
------------------
- Stop hardcoding the field name so it works with other field names and

View File

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