We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfa351 commit 34d3d8bCopy full SHA for 34d3d8b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## 0.17.0 (Unreleased)
2
3
+## 0.16.1 (September 1, 2021)
4
+
5
+ENHANCEMENTS
6
+* Re-use connections with Session objects in RequestsTransport
7
8
## 0.16.0 (May 18, 2020)
9
10
ENHANCEMENTS
ns1/__init__.py
@@ -5,7 +5,7 @@
#
from .config import Config
-version = "0.16.0"
+version = "0.16.1"
11
class NS1:
0 commit comments