Browse Source
Merge pull request #1077 from octodns/rel-1.2.1
v1.2.1 version bump & changelog update
pull/1079/head
v1.2.1
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
5 additions and
1 deletions
-
CHANGELOG.md
-
octodns/__init__.py
|
|
|
@ -1,3 +1,7 @@ |
|
|
|
## v1.2.1 - 2023-09-29 - Now with fewer stale files |
|
|
|
|
|
|
|
* Update script/release to do clean room dist builds |
|
|
|
|
|
|
|
## v1.2.0 - 2023-09-28 - Bunch more bug fixes |
|
|
|
|
|
|
|
* Record.from_rrs supports `source` parameter |
|
|
|
|
|
|
|
@ -1,3 +1,3 @@ |
|
|
|
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' |
|
|
|
|
|
|
|
__VERSION__ = '1.2.0' |
|
|
|
__VERSION__ = '1.2.1' |