Browse Source

Correct version, should have been 1.14.0, a minor bump

pull/1326/head
Ross McFarland 2 months ago
parent
commit
487ad25038
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 1
- 1
CHANGELOG.md View File

@ -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
- 1
octodns/__init__.py View File

@ -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'

Loading…
Cancel
Save