Skip to content

Commit

Permalink
Bump to Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyralex committed Jul 14, 2021
1 parent 3ad05eb commit c346bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anthemav/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def _parse_message(self, data):
self.log.debug("no new data encountered")

if not recognized:
self.log.warning("Unrecognized response: %s", data)
self.log.debug("Unrecognized response: %s", data)

def query(self, item):
"""Issue a raw query to the device for an item.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():

setup(
name="anthemav",
version="1.1.10",
version="1.2.0",
author="David McNett",
author_email="[email protected]",
url="https://github.com/nugget/python-anthemav",
Expand Down

0 comments on commit c346bf1

Please sign in to comment.