Skip to content

Commit

Permalink
Bump version: 3.8.1 → 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fcusson committed Sep 28, 2024
1 parent 2e61988 commit cb2f905
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.8.1
current_version = 3.8.2
commit = True

[bumpversion:file:Makefile]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion custom_components/spotcast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import annotations

__version__ = "3.8.1"
__version__ = "3.8.2"

import collections
import logging
Expand Down
2 changes: 1 addition & 1 deletion custom_components/spotcast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cb2f905

Please sign in to comment.