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

Commit

Permalink
Release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Feb 23, 2020
1 parent db3480b commit b5f1bf4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 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/4.2.0...master)
[Commits](https://github.com/thebigmunch/google-music-scripts/compare/4.2.1...master)


## [4.2.1](https://github.com/thebigmunch/google-music-scripts/releases/tag/4.2.1) (2020-02-23)

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

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions 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 = "4.2.0"
version = "4.2.1"

license = "MIT"

Expand All @@ -29,7 +29,7 @@ loguru = "0.4.*"
pendulum = "^2.0"
pprintpp = "0.*"
natsort = ">=5.0,<7.0"
tbm-utils = "^2.0"
tbm-utils = "^2.0.2"
tomlkit = "^0.5"

flake8 = { version = "^3.5", optional = true }
Expand Down

0 comments on commit b5f1bf4

Please sign in to comment.