Skip to content

Commit c346bf1

Browse files
committed
Bump to Version 1.2.0
1 parent 3ad05eb commit c346bf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

anthemav/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def _parse_message(self, data):
393393
self.log.debug("no new data encountered")
394394

395395
if not recognized:
396-
self.log.warning("Unrecognized response: %s", data)
396+
self.log.debug("Unrecognized response: %s", data)
397397

398398
def query(self, item):
399399
"""Issue a raw query to the device for an item.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212
setup(
1313
name="anthemav",
14-
version="1.1.10",
14+
version="1.2.0",
1515
author="David McNett",
1616
author_email="[email protected]",
1717
url="https://github.com/nugget/python-anthemav",

0 commit comments

Comments
 (0)