Skip to content

Commit bfa22b8

Browse files
committed
version 1.20250220.1
1 parent e8cf52f commit bfa22b8

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,10 @@ add switch not to ignore leading www in the domain request
117117

118118
---
119119

120+
## 1.20250220.1
121+
122+
- fix tld: global, it moved to a new organisation
123+
- fix some obsolete domains
124+
- fix all derived from amsterdam to use their own _server:
125+
120126
## in progress

whoisdomain/tldDb/tld_regexpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3010,5 +3010,5 @@ def xStr(what: str, times: int = 1, firstMandatory: bool = True) -> str:
30103010
ZZ["realtor"] = {"_server": "whois.nic.realtor", "_test": "nic.realtor", "extend": "com"}
30113011
# unknown tld weir, weir, weir, weir, whois.nic.weir,
30123012
ZZ["weir"] = {"_server": "whois.nic.weir", "_test": "nic.weir", "extend": "com"}
3013-
ZZ["xn--node"] = {"_privateRegistry": True}
3013+
ZZ["xn--node"] = {"_privateRegistry": True} # no whois server
30143014
ZZ["भरतम"] = {"_server": "whois.registry.in", "extend": "in"}

whoisdomain/version.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
"""This module only makes the version available for dynamic versioning"""
2-
3-
VERSION = "1.20240129.1"
1+
'''This module only makes the version available for dynamic versioning'''
2+
VERSION = '1.20250220.1'

work/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20240129.1
1+
1.20250220.1

0 commit comments

Comments
 (0)