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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Feb 15, 2016
1 parent ac48f47 commit ec282b5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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


## [0.2.1](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.2.1) (2016-02-15)

[Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/0.2.0...0.2.1)

### Fixed

* Use correct track number metadata key for sorting.
* Fix delete on success check.

### Changed

* Update supported gmusicapi-wrapper versions.


## [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)
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include CONTRIBUTING.md LICENSE README.md USAGE.md
include gmusicapi_scripts/_version.py
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.2.0"
__version__ = "0.2.1"
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 thebigmunch <mail@thebigmunch.me>'
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],

install_requires=[
'gmusicapi-wrapper == 0.2.0',
'gmusicapi-wrapper >= 0.2.0, < 0.3.0',
'docopt-unicode'
],

Expand All @@ -53,6 +53,4 @@
'gmupload=gmusicapi_scripts.gmupload:main'
]
},

zip_safe=False
)

0 comments on commit ec282b5

Please sign in to comment.