Skip to content

Commit 1194edc

Browse files
committed
Merge pull request #76 from whisk3y/SDK_1.6.3_working
History and Version change for 1.6.3
2 parents e84e7b7 + 6c6bd2e commit 1194edc

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Diff for: HISTORY.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release History
22
---------------
33

4+
1.6.3 (2016-3-21)
5+
++++++++++++++++
6+
*Added TrafficDirector:replace_all_rulesets to wholesale replace rulesets on a TrafficDirector
7+
*Added TrafficDirector:replace_one_ruleset to remove and replace a single ruleset entry in place
8+
*Merged Proxy support from PR #73
9+
10+
411
1.6.2 (2016-3-7)
512
++++++++++++++++
613
*Added order_rulesets() to TrafficDirector object, for re-ordering Rulesets
@@ -9,8 +16,6 @@ Release History
916
*Fixed bug with DSF Monitor options
1017
*Fixed bug where adding criteria to rulesets with 'always' criteria_type changes it to 'geoip' by default.
1118
12-
13-
1419
1.6.1 (2016-2-11)
1520
+++++++++++++++++
1621
*Added UNKNOWN record type

Diff for: dyn/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
66
Requires Python 2.6 or higher, or the "simplejson" package.
77
"""
8-
version_info = (1, 6, 2)
8+
version_info = (1, 6, 3)
99
__name__ = 'dyn'
1010
__doc__ = 'A python wrapper for the DynDNS and DynEmail APIs'
11-
__author__ = 'Jonathan Nappi, Cole Tuininga, Marc Howes'
11+
__author__ = 'Jonathan Nappi, Cole Tuininga, Marc Howes, Philip Andrews'
1212
__version__ = '.'.join([str(x) for x in version_info])
1313
__maintainer__ = 'Marc Howes'
1414
__email__ = '[email protected]'

0 commit comments

Comments
 (0)