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

Commit 7bf40a7

Browse files
committed
Bump version
1 parent 3c67c1b commit 7bf40a7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Notable changes for the [gmusicapi-wrapper](https://github.com/thebigmunch/gmusicapi-wrapper) project. This project adheres to [Semantic Versioning](http://semver.org/).
44

55

6+
## [0.5.1](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.5.1) (2016-07-25)
7+
8+
[Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/0.5.0...0.5.1)
9+
10+
### Fixed
11+
12+
* Fix undefined variable ('dirname') in MusicManagerWrapper._download.
13+
14+
615
## [0.5.0](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.5.0) (2016-07-18)
716

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

gmusicapi_wrapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding=utf-8
22

33
__title__ = 'gmusicapi_wrapper'
4-
__version__ = "0.5.0"
4+
__version__ = "0.5.1"
55
__license__ = 'MIT'
66
__copyright__ = 'Copyright 2016 thebigmunch <mail@thebigmunch.me>'
77

0 commit comments

Comments
 (0)