We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a8d00 commit afeb29aCopy full SHA for afeb29a
dyn/__init__.py
@@ -5,12 +5,17 @@
5
6
Requires Python 2.6 or higher, or the "simplejson" package.
7
"""
8
-version_info = (1, 7, 10)
+version_info = (1, 8, 0)
9
__name__ = 'dyn'
10
__doc__ = 'A python wrapper for the DynDNS and DynEmail APIs'
11
-__author__ = 'Jonathan Nappi, Cole Tuininga, Marc Howes, Philip Andrews'
+__author__ = '''
12
+ Jonathan Nappi,
13
+ Cole Tuininga,
14
+ Marc Howes,
15
+ Philip Andrews,
16
+ Robert Northover'''
17
__version__ = '.'.join([str(x) for x in version_info])
-__maintainer__ = 'Marc Howes'
-__email__ = 'mhowes@dyn.com'
18
+__maintainer__ = 'Robert Northover'
19
+__email__ = 'rnorthover@dyn.com'
20
__status__ = 'Stable'
21
__title__ = '{0} version {1}'.format(__name__, __version__)
0 commit comments