Skip to content

Commit 31bf571

Browse files
committed
Bump version
1 parent 4def910 commit 31bf571

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=2023.1.6&labelColor=blue)
3+
![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2023.1.7&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-
2023.1.6
1+
2023.1.7

pytest_homeassistant_custom_component/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
APPLICATION_NAME: Final = "HomeAssistant"
1212
MAJOR_VERSION: Final = 2023
1313
MINOR_VERSION: Final = 1
14-
PATCH_VERSION: Final = "6"
14+
PATCH_VERSION: Final = "7"
1515
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
1616
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
1717
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 9, 0)

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ respx==0.20.1
2828
stdlib-list==0.7.0
2929
tomli==2.0.1;python_version<"3.11"
3030
tqdm==4.64.0
31-
homeassistant==2023.1.6
31+
homeassistant==2023.1.7
3232
sqlalchemy==1.4.44
3333

3434
paho-mqtt==1.6.1

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.48
1+
0.12.49

0 commit comments

Comments
 (0)