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

Commit eb4ac54

Browse files
committed
Bump version
1 parent 52f62c2 commit eb4ac54

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.2](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.5.2) (2016-08-11)
7+
8+
[Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/0.5.1...0.5.2)
9+
10+
### Fixed
11+
12+
* Update album artist field name for mutagen change.
13+
14+
615
## [0.5.1](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.5.1) (2016-07-25)
716

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

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.1"
4+
__version__ = "0.5.2"
55
__license__ = 'MIT'
66
__copyright__ = 'Copyright 2016 thebigmunch <[email protected]>'
77

0 commit comments

Comments
 (0)