From cb2f905a6c62022b4a97a0f611026c409e661e3f Mon Sep 17 00:00:00 2001 From: Felix Cusson Date: Sat, 28 Sep 2024 16:15:45 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.8.1=20=E2=86=92=203.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Makefile | 2 +- custom_components/spotcast/__init__.py | 2 +- custom_components/spotcast/manifest.json | 2 +- setup.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 539c0ff8..0a90e553 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.8.1 +current_version = 3.8.2 commit = True [bumpversion:file:Makefile] diff --git a/Makefile b/Makefile index b94fd016..c4b5c5e2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "3.8.1" +__VERSION__ = "3.8.2" bump: bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/spotcast/manifest.json diff --git a/custom_components/spotcast/__init__.py b/custom_components/spotcast/__init__.py index 727fe026..9741ac24 100644 --- a/custom_components/spotcast/__init__.py +++ b/custom_components/spotcast/__init__.py @@ -2,7 +2,7 @@ from __future__ import annotations -__version__ = "3.8.1" +__version__ = "3.8.2" import collections import logging diff --git a/custom_components/spotcast/manifest.json b/custom_components/spotcast/manifest.json index f60f41ff..b6911852 100644 --- a/custom_components/spotcast/manifest.json +++ b/custom_components/spotcast/manifest.json @@ -15,5 +15,5 @@ "documentation": "https://github.com/fondberg/spotcast", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/fondberg/spotcast/issues", - "version": "v3.8.1" + "version": "v3.8.2" } diff --git a/setup.cfg b/setup.cfg index 62651d4e..f28f8937 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.8.1 +current_version = 3.8.2 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build