From 4677363fdaae157aa0181ddae4506bbdbfb83b8f Mon Sep 17 00:00:00 2001 From: Niklas Fondberg Date: Sat, 15 May 2021 16:00:58 +0200 Subject: [PATCH] bump --- 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 dbb89249..6ead52ef 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "3.5.9" +__VERSION__ = "3.5.10" 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 8cf187e0..1c67e211 100644 --- a/custom_components/spotcast/manifest.json +++ b/custom_components/spotcast/manifest.json @@ -7,7 +7,7 @@ "spotify_token==1.0.0" ], "homeassistant": "2021.4.1", - "version": "3.5.9", + "version": "3.5.10", "dependencies": [ "spotify" ], diff --git a/setup.cfg b/setup.cfg index 642ac6f1..1018753d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.5.9 +current_version = 3.5.10 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build