Skip to content

Commit

Permalink
v3.1.2 (#118)
Browse files Browse the repository at this point in the history
* Check auth only for login

* Update user agent on connection reset (54)

* Only set user agent when error

* Version 3.1.1

* Include errno 104 for retrieving user agent

* Bump to 3.1.2
  • Loading branch information
ehendrix23 authored Aug 11, 2021
1 parent 280ecb9 commit 151092f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymyq/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Define a version constant."""
__version__ = "3.1.1"
__version__ = "3.1.2"
2 changes: 1 addition & 1 deletion pymyq/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ async def _send_state_command(
)
await self._wait_for_state_task

# We return true if state is already closed.
# We return true if current state is already in new state.
if self.state == to_state:
_LOGGER.debug(
"Device %s is in state %s, nothing to do.", self.name, to_state
Expand Down

0 comments on commit 151092f

Please sign in to comment.