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

Commit 89a697b

Browse files
committed
Release 0.2.1
1 parent cab9041 commit 89a697b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Notable changes for the [gmusicapi-wrapper](https://github.com/thebigmunch/gmusicapi-wrapper) project. This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
6+
## [0.2.1](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.2.1) (2016-02-15)
7+
8+
[Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/0.2.0...0.2.1)
9+
10+
### Fixed
11+
12+
* Fix delete on success check.
13+
14+
515
## [0.2.0](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.2.0) (2016-02-13)
616

717
[Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/0.1.0...0.2.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.2.0"
4+
__version__ = "0.2.1"
55
__license__ = 'MIT'
66
__copyright__ = 'Copyright 2016 thebigmunch <[email protected]>'
77

0 commit comments

Comments
 (0)