Skip to content

Commit e6724ce

Browse files
author
mhowes
committed
Version Bump, History Update.
1 parent dc06b33 commit e6724ce

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Release History
22
---------------
3-
1.5.3
3+
1.6.0 (2016-1-28)
44
+++++++++++++++++
5+
*DSF service objects can now be independently Created, Updated, Read, and Deleted.
6+
*Signifigant changes to how DSF service works. There may be some minor breaking changes here.
57
*Record getters now automatically pull data from system instead of storing them locally.
68
7-
89
1.5.2 (2016-1-11)
910
+++++++++++++++++
1011
*Addition of Delay feature to GSLB Services

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, 5, 3)
8+
version_info = (1, 6, 0)
99
__name__ = 'dyn'
1010
__doc__ = 'A python wrapper for the DynDNS and DynEmail APIs'
1111
__author__ = 'Jonathan Nappi, Cole Tuininga'

0 commit comments

Comments
 (0)