From c32f05a027f55053e5c49d4d33290d8fc5ab2c83 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 10 Oct 2018 17:05:09 +0200 Subject: [PATCH] Back to development: 4.2 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7e98941..06b0737 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changelog =========== +4.2 (unreleased) +================ + +- Nothing changed yet. + + 4.1.2 (2018-10-10) ================== diff --git a/setup.py b/setup.py index 42cd7af..fb35212 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(*rnames): setup( name="zope.sequencesort", - version='4.1.2', + version='4.2.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Sequence Sorting',