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

Commit aecbdca

Browse files
committed
Release 0.4.0
1 parent 0543d0e commit aecbdca

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
Notable changes for the [gmusicapi-scripts](https://github.com/thebigmunch/gmusicapi-scripts) project. This project uses [Semantic Versioning](http://semver.org/) principles.
44

55

6+
## [0.4.0](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.4.0) (2016-06-03)
7+
8+
[Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/0.3.0...0.4.0)
9+
10+
### Changed
11+
12+
* Update dependency versions.
13+
* Exit scripts on authentication failures.
14+
15+
616
## [0.3.0](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.3.0) (2016-02-29)
717

818
[Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/0.2.1...0.3.0)

gmusicapi_scripts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding=utf-8
22

33
__title__ = 'gmusicapi_scripts'
4-
__version__ = "0.3.0"
4+
__version__ = "0.4.0"
55
__license__ = 'MIT'
66
__copyright__ = 'Copyright 2016 thebigmunch <[email protected]>'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040

4141
install_requires=[
42-
'gmusicapi-wrapper >= 0.3.0',
42+
'gmusicapi-wrapper >= 0.4.0',
4343
'docopt-unicode'
4444
],
4545

0 commit comments

Comments
 (0)