From 651b038e1213e7020dc50e09ee9d4284aff48a35 Mon Sep 17 00:00:00 2001 From: Felix Cusson <60357894+fcusson@users.noreply.github.com> Date: Thu, 3 Mar 2022 13:07:45 -0500 Subject: [PATCH] made bump 3.6.27 --- Makefile | 2 +- custom_components/spotcast/manifest.json | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1603ff2f..7162fc58 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "3.6.26" +__VERSION__ = "3.6.27" bump: bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/spotcast/manifest.json diff --git a/custom_components/spotcast/manifest.json b/custom_components/spotcast/manifest.json index 795890e7..02d03710 100644 --- a/custom_components/spotcast/manifest.json +++ b/custom_components/spotcast/manifest.json @@ -7,7 +7,7 @@ "requirements": [ "spotify_token==1.0.0" ], - "version": "v3.6.26", + "version": "v3.6.27", "dependencies": [ "spotify" ], diff --git a/setup.cfg b/setup.cfg index a37f1c5e..6aadb04b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.6.26 +current_version = 3.6.27 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build