Skip to content

Commit

Permalink
Version 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Nov 6, 2023
1 parent 2d8a7dc commit b39c3a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## master - CURRENT

## 3.17.0 - 06/11/2023
### Added
* New method to determine the actual zone name for a given FQDN. Historically it was an extraction
of the second-level domain given well-known TLDs (eg., `domain.net` for `www.domain.net`) using
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "dns-lexicon"
version = "3.16.1"
version = "3.17.0"
description = "Manipulate DNS records on various DNS providers in a standardized/agnostic way"
license = "MIT"
keywords = [
Expand Down
1 change: 0 additions & 1 deletion src/lexicon/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from typing import Any, Type

import dns.resolver

import tldextract

from lexicon import config as helper_config
Expand Down

0 comments on commit b39c3a9

Please sign in to comment.