From 0de7df67eccf47e10315dafc63ed17e49137d7c6 Mon Sep 17 00:00:00 2001 From: Lennart Regebro Date: Wed, 23 Aug 2023 17:25:31 +0200 Subject: [PATCH 1/2] Preparing release 4.4.0 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 19c60c0..7f3abca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ CHANGES ======= -4.3.1 (unreleased) +4.4.0 (2023-08-23) ------------------ - Add support for the splitByRow and splitInRow arguments to BlockTable. diff --git a/setup.py b/setup.py index f63dbf3..41d4dc0 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(*rnames): setup( name="z3c.rml", - version='4.3.1.dev0', + version='4.4.0', author="Stephan Richter and the Zope Community", author_email="zope-dev@zope.dev", description="An alternative implementation of RML", From 231730bdcd6be47869cfd52cccf4ded0e8745d94 Mon Sep 17 00:00:00 2001 From: Lennart Regebro Date: Wed, 23 Aug 2023 17:25:58 +0200 Subject: [PATCH 2/2] Back to development: 4.4.1 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7f3abca..6119f3e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ======= +4.4.1 (unreleased) +------------------ + +- Nothing changed yet. + + 4.4.0 (2023-08-23) ------------------ diff --git a/setup.py b/setup.py index 41d4dc0..5bf047f 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(*rnames): setup( name="z3c.rml", - version='4.4.0', + version='4.4.1.dev0', author="Stephan Richter and the Zope Community", author_email="zope-dev@zope.dev", description="An alternative implementation of RML",