Skip to content

Commit

Permalink
Merge pull request #249 from Srudush/release_preparations
Browse files Browse the repository at this point in the history
dim,ndcli - update to 5.0.2
  • Loading branch information
zeromind authored Jun 3, 2022
2 parents c7c45e7 + 8b780c0 commit 2bd2b3c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
9 changes: 9 additions & 0 deletions dim/CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dim/dim/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '5.0.1'
VERSION = '5.0.2'
2 changes: 1 addition & 1 deletion dim/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions ndcli/CHANGES
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ndcli/dimcli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '5.0.1'
VERSION = '5.0.2'
2 changes: 1 addition & 1 deletion ndcli/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2bd2b3c

Please sign in to comment.