From 0d2208e491a90e4339619ec9ab70a36a125c083c Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 11 Jan 2024 08:45:26 +0100 Subject: [PATCH] Back to development: 3.1 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ba87253..9418877 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ======= +3.1 (unreleased) +---------------- + +- Nothing changed yet. + + 3.0 (2024-01-11) ---------------- diff --git a/setup.py b/setup.py index 13ff88a..b6c315f 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def read(*rnames): setup( name='z3c.macro', - version='3.0', + version='3.1.dev0', author="Roger Ineichen and the Zope Community", author_email="zope-dev@zope.org", description="Simpler definition of ZPT macros.",