Skip to content

Commit

Permalink
Merge pull request #69 from pogzyb/release/v1.0.9
Browse files Browse the repository at this point in the history
Release/v1.0.9
  • Loading branch information
pogzyb committed Oct 19, 2023
2 parents 70d2136 + 9fde73e commit 2d6609d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![codecov](https://codecov.io/gh/pogzyb/asyncwhois/branch/main/graph/badge.svg?token=Q4xtgezXGX)](https://codecov.io/gh/pogzyb/asyncwhois)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

`asyncwhois` | Python utility for querying and parsing WHOIS information for Domains, IPv4s, IPv6s, and AS numbers.
`asyncwhois` | Python utility for WHOIS and RDAP queries.

#### Quickstart

Expand Down
2 changes: 1 addition & 1 deletion asyncwhois/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"whois_ipv4",
"whois_ipv6",
]
__version__ = "1.0.8"
__version__ = "1.0.9"


def whois_domain(
Expand Down
1 change: 1 addition & 0 deletions asyncwhois/parse_tld.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ def __init__(self):
super().__init__()
self.update_reg_expressions(self._ie_expressions)


class RegexNZ(TLDParser):
# These don't seem to be valid anymore:
# _nz_expressions = {
Expand Down

0 comments on commit 2d6609d

Please sign in to comment.