From 9ef90e88384def784c2912226022f2e8234ae1d3 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 15 Nov 2018 20:50:42 +0100 Subject: [PATCH] Back to development: 3.2 --- CHANGES.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5f2fe45..3fb77e5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES ======= +3.2 (unreleased) +---------------- + +- Nothing changed yet. + + 3.1 (2018-11-15) ---------------- diff --git a/setup.py b/setup.py index 851a300..60cb8f3 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(*rnames): setup( name='z3c.formui', - version='3.1', + version='3.2.dev0', author="Stephan Richter, Roger Ineichen and the Zope Community", author_email="zope-dev@zope.org", description="A set of initial UI components for z3c.form.",