Skip to content

Commit

Permalink
Release 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
postlund committed Dec 12, 2017
1 parent dcf2693 commit befec68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGES
=======

0.3.9 (2017-12-12)
------------------

Changes:

- Handle re-login properly in case of connection problems or if a device is
restarted

0.3.8 (2017-11-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyatv/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Expand Down

0 comments on commit befec68

Please sign in to comment.