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 ac1e417 commit a32e09fCopy full SHA for a32e09f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.18.1 (February 14th, 2024)
2
+
3
+ENHANCEMENTS:
4
+* Adds support for Datasets
5
6
+BUG FIXES:
7
* Drop support for EOL Python 2.7 and 3.7. Add support for Python 3.11
8
and 3.12.
9
* Deprecate "writeLocked" keys, which did not actually do anything.
ns1/__init__.py
@@ -5,7 +5,7 @@
#
from .config import Config
-version = "0.18.0"
+version = "0.18.1"
10
11
class NS1:
0 commit comments