Skip to content

Commit

Permalink
Version 3.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Nov 16, 2023
1 parent 70d51d1 commit 0d744cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.25.0 - 16/11/2023
### Added
* DNSroboCert now leverages the new DNS zone name resolution introduced by Lexicon 3.17.0.
As a consequence, the `delegated_subdomain` field of the `profile` section is not used
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 = "dnsrobocert"
version = "3.24.2"
version = "3.25.0"
description = "A tool to manage your DNS-challenged TLS certificates"
license = "MIT"
keywords = [
Expand Down
4 changes: 1 addition & 3 deletions src/dnsrobocert/core/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ def migrate(config_path: str) -> str | None:
"Please visit https://dnsrobocert.readthedocs.io/en/latest/miscellaneous.html#migration-from-docker-letsencrypt-dns "
"for more details. "
)
LOGGER.warning(
f"New configuration file is available at {example_config_path}"
)
LOGGER.warning(f"New configuration file is available at {example_config_path}")
LOGGER.warning(
f"Quick fix (if directory {os.path.dirname(config_path)} is persisted): "
f"rename this file to {os.path.basename(config_path)}"
Expand Down

0 comments on commit 0d744cf

Please sign in to comment.