Skip to content

Commit

Permalink
Merge b2bb9b4 into 96f3b81
Browse files Browse the repository at this point in the history
  • Loading branch information
postlund committed Nov 26, 2019
2 parents 96f3b81 + b2bb9b4 commit c575f0c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,19 @@
CHANGES
=======

0.4.0a5 (2019-11-26)
--------------------

All changes:

96f3b81 Update dmap implementation
f81aeab Update __init__.py
f133fb8 Implement asyncio.sleep
9e9dfdc Add MRP functionality
4765565 Make corrections to MRP flow
2906e34 Return MRP credentials as string after pairing
88bf241 Specify device with -n in atvremote

0.4.0a4 (2019-11-20)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Expand Up @@ -29,7 +29,7 @@ plugins:
- jekyll-feed
- jemoji

pyatv_version: "pyatv==0.4.0a4"
pyatv_version: "pyatv==0.4.0a5"

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

MAJOR_VERSION = 0
MINOR_VERSION = 4
PATCH_VERSION = '0a4'
PATCH_VERSION = '0a5'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)

Expand Down

0 comments on commit c575f0c

Please sign in to comment.