Skip to content

Commit

Permalink
Merge branch 'release/1.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Nov 12, 2018
2 parents b4c85f1 + 55ab67f commit 135d30c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='thehive4py',
version='1.5.1',
version='1.5.2',
description='Python API client for TheHive.',
long_description=read_md('README.md'),
author='TheHive-Project',
Expand Down
1 change: 1 addition & 0 deletions thehive4py/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def __init__(self, **attributes):
self.description = attributes.get('description', None)
self.owner = attributes.get('owner', None)
self.startDate = attributes.get('startDate', None)
self.group = attributes.get('group', None)


class CaseTaskLog(JSONSerializable):
Expand Down

0 comments on commit 135d30c

Please sign in to comment.