Skip to content

Commit 8d238a3

Browse files
Updated history
1 parent 6856d03 commit 8d238a3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Release History
22
---------------
3+
1.0.2 (2014-08-26)
4+
++++++++++++++++++
5+
6+
* Added reports module
7+
* Updated installation documentation.
8+
39
1.0.1 (2014-08-06)
410
++++++++++++++++++
511

dyn/tm/reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_check_permission(permission, zone_name=None):
1616
:param permission: A list of permissions to check for the current user.
1717
:param zone_name: The zone to check for specific permissions.
1818
:return: A :class:`dict` containing permission information.
19-
"""
19+
"""
2020
api_args = {'permission': permission}
2121
if zone_name is not None:
2222
api_args['zone_name'] = zone_name

0 commit comments

Comments
 (0)