diff --git a/CHANGELOG.md b/CHANGELOG.md index a6df9e0..ca59ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ Notable changes for the [gmusicapi-scripts](https://github.com/thebigmunch/gmusicapi-scripts) project. This project uses [Semantic Versioning](http://semver.org/) principles. +## [0.2.0](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.2.0) (2016-02-13) + +[Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/0.1.0...0.2.0) + +### Added + +* Python 3 support. + +### Remove + +* Python 2 support. + +### Changed + +* Port to Python 3. Python 2 is no longer supported. + + ## [0.1.0](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.1.0) (2015-12-02) [Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/b66da631025f5074df0e290aa515b7f18d14fde8...0.1.0) diff --git a/gmusicapi_scripts/__init__.py b/gmusicapi_scripts/__init__.py index 6df5e4f..bd00a17 100755 --- a/gmusicapi_scripts/__init__.py +++ b/gmusicapi_scripts/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- __title__ = 'gmusicapi_scripts' -__version__ = "0.1.0" +__version__ = "0.2.0" __license__ = 'MIT' __copyright__ = 'Copyright 2016 thebigmunch '