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

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Feb 13, 2016
1 parent 2eb8f0b commit 8da85d4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion gmusicapi_scripts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__title__ = 'gmusicapi_scripts'
__version__ = "0.1.0"
__version__ = "0.2.0"
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 thebigmunch <mail@thebigmunch.me>'

0 comments on commit 8da85d4

Please sign in to comment.