Skip to content

Commit 0fed658

Browse files
authored
Merge pull request #81 from ns1/release-0.16.1
Release v0.16.1
2 parents 0cfa351 + 34d3d8b commit 0fed658

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## 0.17.0 (Unreleased)
22

3+
## 0.16.1 (September 1, 2021)
4+
5+
ENHANCEMENTS
6+
* Re-use connections with Session objects in RequestsTransport
7+
38
## 0.16.0 (May 18, 2020)
49

510
ENHANCEMENTS

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.0"
8+
version = "0.16.1"
99

1010

1111
class NS1:

0 commit comments

Comments
 (0)