From d5366f87dbf34e9af5812db55340b0fe71f9f506 Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Fri, 13 Dec 2024 09:46:30 +0200 Subject: [PATCH] Bump version to 0.2.4 --- README.md | 2 +- custom_components/extron/manifest.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4c2bc2..f3dc6b5 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ python3 -m unittest discover -s tests/ -v ### Making a new release -1. Update the version number in `manifest.json` +1. Update the version number in `manifest.json` and `pyproject.toml` 2. Tag the release 3. Make a GitHub release diff --git a/custom_components/extron/manifest.json b/custom_components/extron/manifest.json index 256492e..d11ce83 100644 --- a/custom_components/extron/manifest.json +++ b/custom_components/extron/manifest.json @@ -1,7 +1,7 @@ { "domain": "extron", "name": "Extron", - "version": "0.2.3", + "version": "0.2.4", "codeowners": [ "@Jalle19" ], diff --git a/pyproject.toml b/pyproject.toml index a945c80..74367bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ha-extron" -version = "0.1.0" +version = "0.2.4" description = "Home Assistant integration for Extron switchers and audio processors" readme = "README.md" license = {file = "LICENSE"}