diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 539c0ff..0a90e55 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 b94fd01..c4b5c5e 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 727fe02..9741ac2 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 f60f41f..b691185 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 62651d4..f28f893 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