From cb3b5a1c55a44bf041742b1a207f847712fd1c9a Mon Sep 17 00:00:00 2001 From: Thomas Mieslinger Date: Mon, 4 Apr 2022 11:58:35 +0200 Subject: [PATCH] bump version to 5.0.0rc4 to release corrected code for pool move collision detection --- dim/CHANGES | 3 +++ dim/dim/version.py | 2 +- dim/doc/conf.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dim/CHANGES b/dim/CHANGES index 750a4bc7..14febcd8 100644 --- a/dim/CHANGES +++ b/dim/CHANGES @@ -1,3 +1,6 @@ +5.0.0rc4 +-------- +* fix collision detection when moving between layer3domains 5.0.0rc3 -------- * make layer3domain optional for `history ipblock` (#222) diff --git a/dim/dim/version.py b/dim/dim/version.py index e16fa794..750adfa8 100644 --- a/dim/dim/version.py +++ b/dim/dim/version.py @@ -1 +1 @@ -VERSION = '5.0.0rc3' +VERSION = '5.0.0rc4' diff --git a/dim/doc/conf.py b/dim/doc/conf.py index e7ce4335..eff39615 100644 --- a/dim/doc/conf.py +++ b/dim/doc/conf.py @@ -48,7 +48,7 @@ # built documents. # # The short X.Y version. -version = '5.0.0rc3' +version = '5.0.0rc4' # The full version, including alpha/beta/rc tags. release = version