Skip to content

Commit

Permalink
Merge pull request #4 from octodns/rel-0-0-2
Browse files Browse the repository at this point in the history
v0.0.2 version bump and changelog update
  • Loading branch information
ross committed Sep 13, 2023
2 parents 82d6902 + ef93672 commit 909fb4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2 - 2023-??-?? - ???
## v0.0.2 - 2023-09-12 - Verification

* octodns.processor.spf.SpfDnsLookupProcessor ported in to this module as
octodns_spf.SpfDnsLookupProcessor, deprecated the octoDNS core version.
Expand Down
2 changes: 2 additions & 0 deletions octodns_spf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from .processor import SpfDnsLookupProcessor
from .source import SpfSource

__VERSION__ = '0.0.2'

# Quell warnings
SpfDnsLookupProcessor
SpfSource
2 changes: 0 additions & 2 deletions octodns_spf/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

from .processor import SpfDnsLookupProcessor

__VERSION__ = '0.0.1'


class SpfException(RecordException):
def __init__(self, msg, record=None):
Expand Down

0 comments on commit 909fb4d

Please sign in to comment.