Skip to content

Commit 532f490

Browse files
author
Felix Cusson
committed
Bump version: 6.0.0-a14 → 6.0.0-a15
1 parent 6b145f2 commit 532f490

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.0.0-a14
2+
current_version = 6.0.0-a15
33
commit = True
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[^\d]*)(?P<build>\d+))?
55
serialize =

custom_components/spotcast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .config_flow import DEFAULT_OPTIONS
2525
from .spotify import SpotifyAccount
2626

27-
__version__ = "6.0.0-a14"
27+
__version__ = "6.0.0-a15"
2828

2929

3030
LOGGER = getLogger(__name__)

custom_components/spotcast/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"spotifyaio>=0.8.8",
2121
"RapidFuzz>=3.10.1"
2222
],
23-
"version": "v6.0.0-a14"
23+
"version": "v6.0.0-a15"
2424
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spotcast"
3-
version = "6.0.0-a14"
3+
version = "6.0.0-a15"
44
description = "Home Assistant custom component to start Spotify playback on an idle Chromecast or a Spotify Connect device. Meaning you can target automation for chromecast as well as connect devices."
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)