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

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Jan 15, 2019
1 parent d5e261d commit 9912b12
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased](https://github.com/thebigmunch/google-music-scripts/tree/master)

[Commits](https://github.com/thebigmunch/google-music-scripts/compare/2.0.0...master)
[Commits](https://github.com/thebigmunch/google-music-scripts/compare/3.0.0...master)


## [3.0.0](https://github.com/thebigmunch/google-music-scripts/releases/tag/3.0.0) (2019-01-15)

[Commits](https://github.com/thebigmunch/google-music-scripts/compare/2.0.0...3.0.0)

### Added

Expand All @@ -16,6 +21,10 @@ This project adheres to [Semantic Versioning](https://semver.org).
If uploading MP3s, this option completely removes the ffmpeg/avconv requirement.
Otherwise, this will save time/bandwidth by not creating nor sending a sample.

### Changed

* ``--filters`` long option to ``--filter``.

### Removed

* Transcoding options from upload commands.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "google-music-scripts"
description = "A CLI utility for interacting with Google Music."
version = "2.0.0"
version = "3.0.0"

license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion src/google_music_scripts/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__summary__ = 'A collection of scripts to interact with Google Music.'
__url__ = 'https://github.com/thebigmunch/google-music-scripts'

__version__ = '2.0.0'
__version__ = '3.0.0'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())

__author__ = 'thebigmunch'
Expand Down

0 comments on commit 9912b12

Please sign in to comment.