Browse Source
Merge pull request #1117 from octodns/rel-1-4-0
Version 1.4.0 bump & changelog update
pull/1118/head
v1.4.0
Ross McFarland
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
CHANGELOG.md
-
octodns/__init__.py
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
## v1.?.0 - 2023-??-?? - |
|
|
|
## v1.4.0 - 2023-12-04 - Minor Meta |
|
|
|
|
|
|
|
* Record.lenient property added similar to other common/standard _octodns data |
|
|
|
* Processor.process_source_and_target_zones added to support modifying both the |
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' |
|
|
|
|
|
|
|
# TODO: remove __VERSION__ w/2.x |
|
|
|
__version__ = __VERSION__ = '1.3.0' |
|
|
|
__version__ = __VERSION__ = '1.4.0' |