Skip to content

Commit

Permalink
2024.3.3 (#114005)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 22, 2024
2 parents 7b431a9 + 2d22493 commit 25909f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Expand Up @@ -343,7 +343,7 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@v3.4.0
with:
cosign-release: "v2.0.2"
cosign-release: "v2.2.3"

- name: Login to DockerHub
uses: docker/login-action@v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/axis/manifest.json
Expand Up @@ -26,7 +26,7 @@
"iot_class": "local_push",
"loggers": ["axis"],
"quality_scale": "platinum",
"requirements": ["axis==57"],
"requirements": ["axis==58"],
"ssdp": [
{
"manufacturer": "AXIS"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/const.py
Expand Up @@ -16,7 +16,7 @@
APPLICATION_NAME: Final = "HomeAssistant"
MAJOR_VERSION: Final = 2024
MINOR_VERSION: Final = 3
PATCH_VERSION: Final = "2"
PATCH_VERSION: Final = "3"
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 11, 0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "homeassistant"
version = "2024.3.2"
version = "2024.3.3"
license = {text = "Apache-2.0"}
description = "Open-source home automation platform running on Python 3."
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -514,7 +514,7 @@ aurorapy==0.2.7
# avion==0.10

# homeassistant.components.axis
axis==57
axis==58

# homeassistant.components.azure_event_hub
azure-eventhub==5.11.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -454,7 +454,7 @@ auroranoaa==0.0.3
aurorapy==0.2.7

# homeassistant.components.axis
axis==57
axis==58

# homeassistant.components.azure_event_hub
azure-eventhub==5.11.1
Expand Down

0 comments on commit 25909f2

Please sign in to comment.