Skip to content

Commit 73090a1

Browse files
author
mhowes
committed
History, Version Bump
1 parent 1bd6270 commit 73090a1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HISTORY.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
Release History
22
---------------
33

4+
1.6.2 (2016-3-7)
5+
++++++++++++++++
6+
*Added order_rulesets() to TrafficDirector object, for re-ordering Rulesets
7+
*Added index=n to Ruleset create() so New rulesets can be placed in a certain location in the chain.
8+
*Added getters for single DSF objects get_record(), get_record_set() etc.
9+
*Fixed bug with DSF Monitor options
10+
*Fixed bug where adding criteria to rulesets with 'always' criteria_type changes it to 'geoip' by default.
11+
12+
13+
414
1.6.1 (2016-2-11)
15+
+++++++++++++++++
516
*Added UNKNOWN record type
617
*DSF records status getter added
718

dyn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Requires Python 2.6 or higher, or the "simplejson" package.
77
"""
8-
version_info = (1, 6, 1)
8+
version_info = (1, 6, 2)
99
__name__ = 'dyn'
1010
__doc__ = 'A python wrapper for the DynDNS and DynEmail APIs'
1111
__author__ = 'Jonathan Nappi, Cole Tuininga, Marc Howes'

0 commit comments

Comments
 (0)