Skip to content

Commit

Permalink
Merge pull request #27 from arenadata/adcm-1259
Browse files Browse the repository at this point in the history
ADCM-1259 Corrected attribute for Log object
  • Loading branch information
acmnu authored May 6, 2020
2 parents 424c3c1 + 27ff025 commit b3c18fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adcm_client/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ class Log(BaseAPIObject):
name = None
type = None
format = None
body = None
content = None


class LogList(BaseAPIListObject):
Expand Down Expand Up @@ -875,7 +875,7 @@ def config_prototype(self):
# C L I E N T
##################################################
class ADCMClient:
_MIN_VERSION = "2020.04.21.00"
_MIN_VERSION = "2020.04.29.15"

def __init__(self, api=None, url=None, user=None, password=None):
if api is not None:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setuptools.setup(
name="adcm_client",
version="2020.04.29.19",
version="2020.05.06.16",
author="Anton Chevychalov",
author_email="[email protected]",
description="ArenaData Cluster Manager Client",
Expand Down

0 comments on commit b3c18fc

Please sign in to comment.