Skip to content

Commit

Permalink
Version 0.0.3 bump & changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Mar 11, 2024
1 parent 37a191f commit bfb9f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion octodns_dnsimple/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfb9f99

Please sign in to comment.