Skip to content

Commit 7901f7c

Browse files
authored
Update changelog for release 0.18.0 (#110)
1 parent 831dcd3 commit 7901f7c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.18.0 (August 23, 2022)
2+
* Add usage stats pagination support
3+
* Drop support for EOL Python 3.6, add support for Python 3.7 to 3.10
4+
15
## 0.17.4 (July 5, 2022)
26
* Fix release tag
37

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.4"
8+
version = "0.18.0"
99

1010

1111
class NS1:

0 commit comments

Comments
 (0)