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

Commit

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


## [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)

### Changed

* Update dependency versions.
* Exit scripts on authentication failures.


## [0.3.0](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.3.0) (2016-02-29)

[Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/0.2.1...0.3.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.3.0"
__version__ = "0.4.0"
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 thebigmunch <[email protected]>'
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.3.0',
'gmusicapi-wrapper >= 0.4.0',
'docopt-unicode'
],

Expand Down

0 comments on commit aecbdca

Please sign in to comment.