Skip to content

Commit

Permalink
Merge pull request #44 from octodns/rel-0-0-3
Browse files Browse the repository at this point in the history
Version 0.0.3 changelog update & version bump
  • Loading branch information
ross authored Feb 26, 2024
2 parents 6ec921d + a6d0f14 commit cca2eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.0.3 - 2023-??-??
## v0.0.3 - 2024-02-26 - A long overdue one

* Enable support for root level NS records (`SUPPORTS_ROOT_NS=true`)
* Enable support for wildcard zone lookups (list_zones())
Expand Down
2 changes: 1 addition & 1 deletion octodns_ultra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from octodns.record import Create, Record, Update

# TODO: remove __VERSION__ with the next major version release
__version__ = __VERSION__ = '0.0.2'
__version__ = __VERSION__ = '0.0.3'


class UltraClientException(ProviderException):
Expand Down

0 comments on commit cca2eee

Please sign in to comment.