Back to development.

This commit is contained in:
Timo Stollenwerk 2012-03-09 10:48:12 +01:00
parent 3b5829b715
commit a0d0c93d49
3 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.pyc
*egg-info
dist

View File

@ -1,6 +1,12 @@
Changelog
=========
1.0 (unreleased)
----------------
- nothing yet.
1.0b1 (2012-03-09)
------------------

View File

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