Skip to content

Commit a32e09f

Browse files
authored
PENG-3689 - Releasing 0.18.1 version (#123)
1 parent ac1e417 commit a32e09f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.18.1 (February 14th, 2024)
2+
3+
ENHANCEMENTS:
4+
* Adds support for Datasets
5+
6+
BUG FIXES:
17
* Drop support for EOL Python 2.7 and 3.7. Add support for Python 3.11
28
and 3.12.
39
* Deprecate "writeLocked" keys, which did not actually do anything.

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.18.0"
8+
version = "0.18.1"
99

1010

1111
class NS1:

0 commit comments

Comments
 (0)