Skip to content

Commit

Permalink
PENG-3689 - Releasing 0.19.0 version (#124)
Browse files Browse the repository at this point in the history
* PENG-3689 - Releasing 0.18.1 version

* PENG-3689 - Releasing 0.19.0 version

* PENG-3689 - Releasing 0.19.0 version
  • Loading branch information
cpontes-ns1 authored Feb 14, 2024
1 parent a32e09f commit 23302bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.18.1 (February 14th, 2024)
## 0.19.0 (February 14th, 2024)

ENHANCEMENTS:
* Adds support for Datasets
Expand Down
2 changes: 1 addition & 1 deletion ns1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
from .config import Config

version = "0.18.1"
version = "0.19.0"


class NS1:
Expand Down

0 comments on commit 23302bd

Please sign in to comment.