Skip to content

Commit

Permalink
Merge pull request #76 from whisk3y/SDK_1.6.3_working
Browse files Browse the repository at this point in the history
History and Version change for 1.6.3
  • Loading branch information
whisk3y committed Mar 18, 2016
2 parents e84e7b7 + 6c6bd2e commit 1194edc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release History
---------------

1.6.3 (2016-3-21)
++++++++++++++++
*Added TrafficDirector:replace_all_rulesets to wholesale replace rulesets on a TrafficDirector
*Added TrafficDirector:replace_one_ruleset to remove and replace a single ruleset entry in place
*Merged Proxy support from PR #73

1.6.2 (2016-3-7)
++++++++++++++++
*Added order_rulesets() to TrafficDirector object, for re-ordering Rulesets
Expand All @@ -9,8 +16,6 @@ Release History
*Fixed bug with DSF Monitor options
*Fixed bug where adding criteria to rulesets with 'always' criteria_type changes it to 'geoip' by default.


1.6.1 (2016-2-11)
+++++++++++++++++
*Added UNKNOWN record type
Expand Down
4 changes: 2 additions & 2 deletions dyn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
Requires Python 2.6 or higher, or the "simplejson" package.
"""
version_info = (1, 6, 2)
version_info = (1, 6, 3)
__name__ = 'dyn'
__doc__ = 'A python wrapper for the DynDNS and DynEmail APIs'
__author__ = 'Jonathan Nappi, Cole Tuininga, Marc Howes'
__author__ = 'Jonathan Nappi, Cole Tuininga, Marc Howes, Philip Andrews'
__version__ = '.'.join([str(x) for x in version_info])
__maintainer__ = 'Marc Howes'
__email__ = '[email protected]'
Expand Down

0 comments on commit 1194edc

Please sign in to comment.