Skip to content

Commit 1e3f5e1

Browse files
committed
release v0.17.0
1 parent 66ad813 commit 1e3f5e1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 0.17.0 (Unreleased)
1+
## 0.17.0 (October 27, 2021)
2+
ENHANCEMENTS
3+
* Move from deprecated search endpoint to supported search endpoint
24

35
## 0.16.1 (September 1, 2021)
46

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.16.1"
8+
version = "0.17.0"
99

1010

1111
class NS1:

0 commit comments

Comments
 (0)