Skip to content

Commit

Permalink
Merge pull request #75 from octodns/rel-0-0-7
Browse files Browse the repository at this point in the history
v0.0.7 changelog update & version bump
  • Loading branch information
ross authored Aug 28, 2024
2 parents 2524604 + b8fe72e commit 4dbe3ba
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.? - 2024-??-?? - ???
## v0.0.7 - 2024-08-28 - Less picky about names

* Support for fully managing zones with special characters in their names, e.g.
128/26.2.0.192.in-addr.arpa. added.
Expand Down
2 changes: 1 addition & 1 deletion octodns_powerdns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .record import PowerDnsLuaRecord

# TODO: remove __VERSION__ with the next major version release
__version__ = __VERSION__ = '0.0.6'
__version__ = __VERSION__ = '0.0.7'


def _encode_zone_name(name):
Expand Down

0 comments on commit 4dbe3ba

Please sign in to comment.