From 27a47f4aeef0afba2eb1e03f002651dc56393d36 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 9 Oct 2013 21:10:04 -0400 Subject: [PATCH] Back to development: 3.0.6 --- CHANGES.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index c51b844a..7c556762 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES ======= +3.0.6 (unreleased) +------------------ + +- Nothing changed yet. + + 3.0.5 (2013-10-09) ------------------ diff --git a/setup.py b/setup.py index 2eac2d85..e08b810a 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def alltests(): setup( name='z3c.form', - version='3.0.5', + version='3.0.6.dev0', author="Stephan Richter, Roger Ineichen and the Zope Community", author_email="zope-dev@zope.org", description="An advanced form and widget framework for Zope 3",