Skip to content

Commit

Permalink
Add __version__ and deprecate __VERSION__ to line up with pep8 recomm…
Browse files Browse the repository at this point in the history
…endation
  • Loading branch information
ross committed Nov 11, 2023
1 parent b2d4fdd commit a1ccead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion octodns_edgedns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
from octodns.provider.base import BaseProvider
from octodns.record import Record

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


class AkamaiClientNotFound(ProviderException):
Expand Down

0 comments on commit a1ccead

Please sign in to comment.