From f1b0447520c67bf0aedd1771cd5717f66d693702 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 10 Oct 2022 08:40:05 +0200 Subject: [PATCH] Back to development: 5.6 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e3d5339..cd78b28 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,12 @@ Changelog For changes before version 3.0, see ``HISTORY.rst``. +5.6 (unreleased) +---------------- + +- Nothing changed yet. + + 5.5 (2022-10-10) ---------------- diff --git a/setup.py b/setup.py index 4bcfc09..60e4021 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ join('include', 'Acquisition', 'Acquisition.h')]), ] -version = '5.5' +version = '5.6.dev0' setup(name='AccessControl',