From 2037ebf8407773aa7e5401c4ca7fa3537f6d9646 Mon Sep 17 00:00:00 2001 From: Niklas Fondberg Date: Sun, 29 Aug 2021 13:10:54 +0200 Subject: [PATCH] 3.6.16 --- 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 bbdbb774..a9a06577 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "3.6.15" +__VERSION__ = "3.6.16" 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 bf63e9b3..239bc25b 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.15", + "version": "v3.6.16", "dependencies": [ "spotify" ], diff --git a/setup.cfg b/setup.cfg index f7dea996..9521f0c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.6.15 +current_version = 3.6.16 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build