Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Jan 3, 2016
1 parent 4c21f96 commit 5b9521b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Project resources
Changelog
=========

v2.0.2 (UNRELEASED)
v2.0.2 (2016-01-03)
-------------------

- Handle HTTP connection errors without a response. (PR #61)
Expand Down
2 changes: 1 addition & 1 deletion mopidy_soundcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from mopidy.exceptions import ExtensionError


__version__ = '2.0.1'
__version__ = '2.0.2'


class SoundCloudExtension(ext.Extension):
Expand Down

0 comments on commit 5b9521b

Please sign in to comment.