From 8b780c0a94c3aaa3ed4a5135efab9341b78fab4b Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Fri, 3 Jun 2022 12:11:43 +0200 Subject: [PATCH] dim,ndcli - update to 5.0.2 --- dim/CHANGES | 9 +++++++++ dim/dim/version.py | 2 +- dim/doc/conf.py | 2 +- ndcli/CHANGES | 5 +++++ ndcli/dimcli/version.py | 2 +- ndcli/doc/conf.py | 2 +- 6 files changed, 18 insertions(+), 4 deletions(-) diff --git a/dim/CHANGES b/dim/CHANGES index 5163c8eb..19cfe7c4 100644 --- a/dim/CHANGES +++ b/dim/CHANGES @@ -1,3 +1,12 @@ +5.0.2 +----- +* add new permission to set attributes on pools (#242) +* fix group_by clause when returning views for a zone (#243) +* fix moving pools between layer3domains with subnets smaller than /24 (#233) +* fix missing check if pool is already in target layer3domain (#232) +* fix missing check to avoid creating A or AAAA records in zone profiles (#238) +* update dependencies (#248) + 5.0.1 ----- * fix .hex is not a function diff --git a/dim/dim/version.py b/dim/dim/version.py index 96b4b92a..ff004849 100644 --- a/dim/dim/version.py +++ b/dim/dim/version.py @@ -1 +1 @@ -VERSION = '5.0.1' +VERSION = '5.0.2' diff --git a/dim/doc/conf.py b/dim/doc/conf.py index eff39615..1f0a4300 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.0rc4' +version = '5.0.2' # The full version, including alpha/beta/rc tags. release = version diff --git a/ndcli/CHANGES b/ndcli/CHANGES index 53c948af..1d7713cc 100644 --- a/ndcli/CHANGES +++ b/ndcli/CHANGES @@ -1,3 +1,8 @@ +5.0.2 +----- +* add new permission to set attributes on pools (#242) +* fix missing check to avoid creating A or AAAA records in zone profiles (#238) + 5.0.1 --------- * use layer3domain from .ndcli for more commands (#236) diff --git a/ndcli/dimcli/version.py b/ndcli/dimcli/version.py index 96b4b92a..ff004849 100644 --- a/ndcli/dimcli/version.py +++ b/ndcli/dimcli/version.py @@ -1 +1 @@ -VERSION = '5.0.1' +VERSION = '5.0.2' diff --git a/ndcli/doc/conf.py b/ndcli/doc/conf.py index 5ec85891..7cd70c3a 100644 --- a/ndcli/doc/conf.py +++ b/ndcli/doc/conf.py @@ -48,7 +48,7 @@ # built documents. # # The short X.Y version. -version = '5.0.1' +version = '5.0.2' # The full version, including alpha/beta/rc tags. release = version