Browse Source
Correct version, should have been 1.14.0, a minor bump
pull/1326/head
Ross McFarland
2 months ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
2 changed files with
2 additions and
2 deletions
CHANGELOG.md
octodns/__init__.py
@ -1,4 +1,4 @@
## 1.13 .0 - 2025-10-24
## 1.14 .0 - 2025-10-24
Minor:
* Full rewrite of octodns-report: support for IPv6 resolvers, async names resolution and JSON output - [#1321 ](https://github.com/octodns/octodns/pull/1321 )
@ -1,4 +1,4 @@
' OctoDNS: DNS as code - Tools for managing DNS across multiple providers '
# TODO: remove __VERSION__ w/2.x
__version__ = __VERSION__ = ' 1.13 .0 '
__version__ = __VERSION__ = ' 1.14 .0 '