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

Commit 98c414d

Browse files
committed
Release 0.2.0
1 parent 2ed14ca commit 98c414d

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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+
## [0.2.0](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.2.0) (2016-02-13)
6+
7+
[Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/0.1.0...0.2.0)
8+
9+
### Added
10+
11+
* Python 3 support.
12+
13+
### Remove
14+
15+
* Python 2 support.
16+
17+
### Changed
18+
19+
* Port to Python 3. Python 2 is no longer supported.
20+
* Add Google Music id to output for songs that already exist.
21+
22+
### Fixed
23+
24+
* Handle split number metadata fields for templates.
25+
26+
527
## [0.1.0](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.1.0) (2015-12-02)
628

729
[Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/ea58bb5fc797f358755d1f8280ea15a387c19fd2...0.1.0)

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
include CONTRIBUTING.md LICENSE README.md
2-
include gmusicapi_wrapper/_version.py

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

0 commit comments

Comments
 (0)