octodns-cloudns 0.0.3__tar.gz → 0.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of octodns-cloudns might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: octodns-cloudns
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: ClouDNS API provider for octoDNS
5
5
  Home-page: https://github.com/octodns/octodns-cloudns
6
6
  Author: ClouDNS
@@ -8,7 +8,7 @@ from octodns.record import Record
8
8
  logging.basicConfig(level=logging.DEBUG)
9
9
  logger = logging.getLogger(__name__)
10
10
 
11
- __version__ = __VERSION__ = '0.0.3'
11
+ __version__ = __VERSION__ = '0.0.4'
12
12
 
13
13
  class ClouDNSClientException(ProviderException):
14
14
  pass
@@ -64,7 +64,7 @@ class ClouDNSClient(object):
64
64
  # Currently hard-coded, but could offer XML in the future
65
65
  self._type = 'json'
66
66
 
67
- self._urlbase = 'https://apidev.cloudns.net/{0}.{1}?{4}={2}&auth-password={3}&{0}'.format(
67
+ self._urlbase = 'https://api.cloudns.net/{0}.{1}?{4}={2}&auth-password={3}&{0}'.format(
68
68
  '{}', self._type, self.auth_id, self.auth_password, self._auth_type)
69
69
 
70
70
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: octodns-cloudns
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: ClouDNS API provider for octoDNS
5
5
  Home-page: https://github.com/octodns/octodns-cloudns
6
6
  Author: ClouDNS
File without changes