From 89a697b386899c8d9366ad0d67c70b72f80ce1ba Mon Sep 17 00:00:00 2001 From: thebigmunch Date: Mon, 15 Feb 2016 07:26:31 -0500 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 10 ++++++++++ gmusicapi_wrapper/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1743fb9..f8d717d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ Notable changes for the [gmusicapi-wrapper](https://github.com/thebigmunch/gmusicapi-wrapper) project. This project adheres to [Semantic Versioning](http://semver.org/). + +## [0.2.1](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.2.1) (2016-02-15) + +[Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/0.2.0...0.2.1) + +### Fixed + +* Fix delete on success check. + + ## [0.2.0](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.2.0) (2016-02-13) [Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/0.1.0...0.2.0) diff --git a/gmusicapi_wrapper/__init__.py b/gmusicapi_wrapper/__init__.py index 081364d..c4eb4ec 100644 --- a/gmusicapi_wrapper/__init__.py +++ b/gmusicapi_wrapper/__init__.py @@ -1,7 +1,7 @@ # coding=utf-8 __title__ = 'gmusicapi_wrapper' -__version__ = "0.2.0" +__version__ = "0.2.1" __license__ = 'MIT' __copyright__ = 'Copyright 2016 thebigmunch '