Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Jul 18, 2016
1 parent 47b278e commit 4ab00dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Notable changes for the [gmusicapi-scripts](https://github.com/thebigmunch/gmusicapi-scripts) project. This project uses [Semantic Versioning](http://semver.org/) principles.


## [0.5.0](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.5.0) (2016-07-18)

[Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/0.4.0...0.5.0)

### Fixed

* Update template_to_base_path for gmusicapi-wrapper changes. Fixes issue with using incorrect tag field.


## [0.4.0](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.4.0) (2016-06-03)

[Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/0.3.0...0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion gmusicapi_scripts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding=utf-8

__title__ = 'gmusicapi_scripts'
__version__ = "0.4.0"
__version__ = "0.5.0"
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 thebigmunch <mail@thebigmunch.me>'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],

install_requires=[
'gmusicapi-wrapper >= 0.4.0',
'gmusicapi-wrapper >= 0.5.0',
'docopt-unicode'
],

Expand Down

0 comments on commit 4ab00dc

Please sign in to comment.