Skip to content

Commit

Permalink
Merge 9ddfc5e into bf71b8f
Browse files Browse the repository at this point in the history
  • Loading branch information
postlund committed Dec 6, 2019
2 parents bf71b8f + 9ddfc5e commit 80e8515
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,20 @@
CHANGES
=======

0.4.0a8 (2019-12-06)
--------------------

Changes:

* Leading zeros when pairing AirPlay works now

All changes:

bf71b8f Include all changes from git in CHANGES.rst
3086be5 Create release branch automatically
4e8854a Support leading zeros for PINs in AirPlay


0.4.0a7 (2019-12-05)
--------------------

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 = '0a7'
PATCH_VERSION = '0a8'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)

Expand Down

0 comments on commit 80e8515

Please sign in to comment.