Skip to content

Commit 280c216

Browse files
authored
Merge pull request #143 from ns1/PENG-5835/fix-version
PENG-5835: Fix version in package
2 parents 8474faf + 2eceabc commit 280c216

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,3 +1,8 @@
1+
## 0.27.1 (December 3rd, 2025)
2+
3+
FIXED:
4+
* Updated release version
5+
16
## 0.27.0 (December 3rd, 2025)
27

38
CHANGED:

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.26.0"
8+
version = "0.27.1"
99

1010

1111
class NS1:

0 commit comments

Comments
 (0)