Skip to content

Commit

Permalink
Release 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
postlund committed Dec 7, 2018
1 parent 983bdbf commit 895faa1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,18 @@
CHANGES
=======

0.3.12 (2018-12-07)
-------------------

Changes:

- Fix breaking change in tvOS 12.1.1 (details in #158)
- Manually paired remotes are no longer removed when rebooting Apple TV (#127)
- Handle leading zeros when pairing (#163)
- Improved error whan using AirPlay without credentials
- Fixed bug introduced in 0.3.11 where a status code was not handled properly
when no artwork was available (seen as an exception)

0.3.11 (2018-11-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pyatv/const.py
Expand Up @@ -2,7 +2,7 @@

MAJOR_VERSION = 0
MINOR_VERSION = 3
PATCH_VERSION = 11
PATCH_VERSION = 12
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)

Expand Down

0 comments on commit 895faa1

Please sign in to comment.