Skip to content

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
* Support private IPs in the Local address provider
* Correctly set exit code to indicate errors
* Add Google Domains support
  • Loading branch information
lopsided98 committed Dec 16, 2017
1 parent 21c5938 commit cdca5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsupdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import sys

__version__ = '0.2'
__version__ = '0.3'

if sys.version_info[0] != 3 or sys.version_info[1] < 5:
sys.exit("dnsupdate requires Python version 3.5 or newer")
Expand Down

0 comments on commit cdca5cc

Please sign in to comment.