Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm committed Jun 2, 2022
1 parent c41b514 commit 2dea697
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pytest-homeassistant-custom-component

![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2022.6.0b7&labelColor=blue)
![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2022.6.0&labelColor=blue)

Package to automatically extract testing plugins from Home Assistant for custom component testing.
The goal is to provide the same functionality as the tests in home-assistant/core.
Expand Down
2 changes: 1 addition & 1 deletion ha_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.6.0b7
2022.6.0
2 changes: 1 addition & 1 deletion pytest_homeassistant_custom_component/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

MAJOR_VERSION: Final = 2022
MINOR_VERSION: Final = 6
PATCH_VERSION: Final = "0b7"
PATCH_VERSION: Final = "0"
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 9, 0)
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ requests_mock==1.9.2
respx==0.19.0
stdlib-list==0.7.0
tqdm==4.49.0
homeassistant==2022.6.0b7
sqlalchemy==1.4.36
homeassistant==2022.6.0
sqlalchemy==1.4.37

paho-mqtt==1.6.1

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.9
0.9.10

0 comments on commit 2dea697

Please sign in to comment.