Browse Source

Version 1.7.0 bump & changelog update

pull/1169/head
Ross McFarland 2 years ago
parent
commit
4035afaa83
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 @@
## v1.?.? - 2024-??-?? - ????
## v1.7.0 - 2024-04-29 - All the knobs and dials
* Support for specifying per-zone change thresholds, to allow for zones * Support for specifying per-zone change thresholds, to allow for zones
where lots of changes are expected frequently to live along side zones where lots of changes are expected frequently to live along side zones


+ 1
- 1
octodns/__init__.py View File

@ -1,4 +1,4 @@
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' 'OctoDNS: DNS as code - Tools for managing DNS across multiple providers'
# TODO: remove __VERSION__ w/2.x # TODO: remove __VERSION__ w/2.x
__version__ = __VERSION__ = '1.6.1'
__version__ = __VERSION__ = '1.7.0'

Loading…
Cancel
Save