Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Commit

Permalink
Changelog and version bump for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcik committed Jan 24, 2016
1 parent 53aefc8 commit bb74b14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Expand Up @@ -79,6 +79,14 @@ Credits
Changelog
=========

v1.3.0 (2016-01-25)
-------------------

- Fix user country handling. Fixes #12
- Log an error for bad API tokens.
- Various internal cleanups
- Removed bad sample API key and added instructions to get your own. Fixes #13

v1.2.0 (2015-12-05)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_dirble/__init__.py
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '1.2.0'
__version__ = '1.3.0'


class Extension(ext.Extension):
Expand Down

0 comments on commit bb74b14

Please sign in to comment.