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

Commit 8da85d4

Browse files
committed
Release 0.2.0
1 parent 2eb8f0b commit 8da85d4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.2.0](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.2.0) (2016-02-13)
6+
7+
[Commits](https://github.com/thebigmunch/gmusicapi-scripts/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+
21+
522
## [0.1.0](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.1.0) (2015-12-02)
623

724
[Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/b66da631025f5074df0e290aa515b7f18d14fde8...0.1.0)

gmusicapi_scripts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = 'gmusicapi_scripts'
4-
__version__ = "0.1.0"
4+
__version__ = "0.2.0"
55
__license__ = 'MIT'
66
__copyright__ = 'Copyright 2016 thebigmunch <[email protected]>'

0 commit comments

Comments
 (0)