From 7d0597c4e5afc290f69a137d834debe0ab50b8a0 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sun, 6 Oct 2024 18:36:17 -0700 Subject: [PATCH] v1.10.0 version bump & changelog update --- CHANGELOG.md | 2 +- octodns/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 328b5bc..1e644bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.?.? - 2024-??-?? - ??? +## v1.10.0 - 2024-10-06 - Lots of little stuff * Zone name validation checking for double dots, and throwing InvalidNameError rather than base Exception diff --git a/octodns/__init__.py b/octodns/__init__.py index 88bdc17..52ad199 100644 --- a/octodns/__init__.py +++ b/octodns/__init__.py @@ -1,4 +1,4 @@ 'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' # TODO: remove __VERSION__ w/2.x -__version__ = __VERSION__ = '1.9.1' +__version__ = __VERSION__ = '1.10.0'