From 27de2bcf71a8ab2d5e4fd8572816489f9383c3ef Mon Sep 17 00:00:00 2001 From: Christiaan Goossens <9487666+christiaangoossens@users.noreply.github.com> Date: Sun, 13 Jul 2025 20:04:26 +0200 Subject: [PATCH] Bump to 0.7.0 (#85) --- custom_components/auth_oidc/manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/auth_oidc/manifest.json b/custom_components/auth_oidc/manifest.json index 429e3af..6014e26 100644 --- a/custom_components/auth_oidc/manifest.json +++ b/custom_components/auth_oidc/manifest.json @@ -19,5 +19,5 @@ "jinja2>=3.1.4", "bcrypt>=4.2.0" ], - "version": "0.6.2" + "version": "0.7.0" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 84e477f..5b3c16c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hass-oidc-auth" -version = "0.6.2" +version = "0.7.0" description = "OIDC component for Home Assistant" authors = [ { name = "Christiaan Goossens", email = "contact@christiaangoossens.nl" }