diff --git a/CHANGES.rst b/CHANGES.rst index 69d57b4..467d54c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,10 @@ Changelog For changes before version 3.0, see ``HISTORY.rst``. +7.1 (unreleased) +---------------- + + 7.0 (2024-05-30) ---------------- diff --git a/setup.py b/setup.py index 084330a..e7d46b5 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ join('include', 'Acquisition', 'Acquisition.h')]), ] -version = '7.0' +version = '7.1.dev0' setup(name='AccessControl',