Skip to content

Commit f2ed0e9

Browse files
committed
v0.17.4
1 parent 8c6b1fd commit f2ed0e9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.17.4 (July 5, 2022)
2+
* Fix release tag
3+
14
## 0.17.3 (June 27, 2022)
25
ENHANCEMENTS:
36
* Add support for DHCP objects

ns1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
from .config import Config
77

8-
version = "0.17.2"
8+
version = "0.17.4"
99

1010

1111
class NS1:

0 commit comments

Comments
 (0)