Skip to content

Commit 22b1b3e

Browse files
committed
Bump version
1 parent bf48b2a commit 22b1b3e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pytest-homeassistant-custom-component
22

3-
![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2025.1.0&labelColor=blue)
3+
![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2025.1.1&labelColor=blue)
44

55
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/MatthewFlamm/pytest-homeassistant-custom-component)
66

ha_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.1.0
1+
2025.1.1

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requests-mock==1.12.1
3131
respx==0.21.1
3232
syrupy==4.8.0
3333
tqdm==4.66.5
34-
homeassistant==2025.1.0
34+
homeassistant==2025.1.1
3535
SQLAlchemy==2.0.36
3636

3737
paho-mqtt==1.6.1

src/pytest_homeassistant_custom_component/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
from typing import TYPE_CHECKING, Final
77
MAJOR_VERSION: Final = 2025
88
MINOR_VERSION: Final = 1
9-
PATCH_VERSION: Final = "0"
9+
PATCH_VERSION: Final = "1"
1010
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
1111
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.201
1+
0.13.202

0 commit comments

Comments
 (0)