From 18071db63dc7694dedbfcdeec022ad5ff020183b Mon Sep 17 00:00:00 2001 From: thebigmunch Date: Thu, 5 Mar 2020 18:47:59 -0500 Subject: [PATCH] Release 4.3.0 --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f97496..578b7a2 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.1...master) +[Commits](https://github.com/thebigmunch/google-music-scripts/compare/4.3.0...master) + + +## [4.3.0](https://github.com/thebigmunch/google-music-scripts/releases/tag/4.3.0) (2020-03-05) + +[Commits](https://github.com/thebigmunch/google-music-scripts/compare/4.2.1...4.3.0) ### Added diff --git a/pyproject.toml b/pyproject.toml index 924fb24..97724ba 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.1" +version = "4.3.0" license = "MIT"