Skip to content

Commit c3f5a6a

Browse files
committed
Bump version
1 parent dc9cfd9 commit c3f5a6a

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

55
Package to automatically extract testing plugins from Home Assistant for custom component testing.
66
The goal is to provide the same functionality as the tests in home-assistant/core.

ha_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022.2.0b6
1+
2022.2.0

pytest_homeassistant_custom_component/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
MAJOR_VERSION: Final = 2022
1212
MINOR_VERSION: Final = 2
13-
PATCH_VERSION: Final = "0b6"
13+
PATCH_VERSION: Final = "0"
1414
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
1515
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
1616
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,6 +28,6 @@ responses==0.12.0
2828
respx==0.19.0
2929
stdlib-list==0.7.0
3030
tqdm==4.49.0
31-
homeassistant==2022.2.0b6
31+
homeassistant==2022.2.0
3232
sqlalchemy==1.4.27
3333

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.5
1+
0.6.6

0 commit comments

Comments
 (0)