Skip to content

Commit

Permalink
New release 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Janez Troha committed Dec 21, 2013
1 parent 4009001 commit 1ee5362
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ notifications:
on_failure: change
use_notice: true
skip_join: true

deploy:
provider: pypi
user: janez.troha
password:
secure: JCJ8yvOeytrzODupwDLfUIVV8fAJVq7Bm09B0vo4YhWEn90XUhBk2A3s/+nSaEZ9rAgbAerddsyCGFV6K9svzP5h1+6PLbU+s775JfjU/KqyJxaJmRdrVp33Cvadukuq8mV8d+z+tTI6acK/Wq9XpmYLRFVH4TX829TN1fzox8U=
on:
tags: true
repo: mopidy/mopidy-soundcloud
3 changes: 2 additions & 1 deletion mopidy_soundcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
from mopidy.exceptions import ExtensionError


__version__ = '1.0.16'
__version__ = '1.0.17'
__url__ = 'https://github.com/mopidy/mopidy-soundcloud'


class SoundCloudExtension(ext.Extension):
Expand Down

0 comments on commit 1ee5362

Please sign in to comment.