From b5f1bf415525fdfee0a4aa88a9f269baa662be90 Mon Sep 17 00:00:00 2001 From: thebigmunch Date: Sun, 23 Feb 2020 18:42:27 -0500 Subject: [PATCH] Release 4.2.1 --- CHANGELOG.md | 7 ++++++- pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b30d55..e1883f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index a73b15a..27759b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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 }