From bfb9f992850689f273f4ce0f89f87f91158f1097 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 11 Mar 2024 06:27:53 -0700 Subject: [PATCH] Version 0.0.3 bump & changelog update --- CHANGELOG.md | 3 ++- octodns_dnsimple/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 831c5bf..4cf43ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## v0.0.3 - 2023-??-?? - ??? +## v0.0.3 - 2024-03-11 - Format the types * Fix handling of SRV target trailing dot +* Ensure account id is an int ## v0.0.2 - 2023-10-06 - Know your zones diff --git a/octodns_dnsimple/__init__.py b/octodns_dnsimple/__init__.py index 05ac11c..f90b772 100644 --- a/octodns_dnsimple/__init__.py +++ b/octodns_dnsimple/__init__.py @@ -3,7 +3,7 @@ # # TODO: remove __VERSION__ with the next major version release -__version__ = __VERSION__ = '0.0.2' +__version__ = __VERSION__ = '0.0.3' import logging