From 6d3275782981f40394c98bbaca29817b4bc51c58 Mon Sep 17 00:00:00 2001 From: Christiaan Goossens Date: Sat, 30 Aug 2025 13:08:53 +0200 Subject: [PATCH] Bump version to 0.6.3 --- LICENSE.md | 2 +- custom_components/auth_oidc/manifest.json | 2 +- hacs.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index d8c56a7..098f169 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2024 Christiaan Goossens +Copyright 2024-2025 Christiaan Goossens Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/custom_components/auth_oidc/manifest.json b/custom_components/auth_oidc/manifest.json index 429e3af..b6c1d30 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.6.3" } \ No newline at end of file diff --git a/hacs.json b/hacs.json index d0bb233..6f9ea0d 100644 --- a/hacs.json +++ b/hacs.json @@ -2,5 +2,5 @@ "name": "OpenID Connect", "hide_default_branch": true, "render_readme": true, - "homeassistant": "2024.12" + "homeassistant": "2025.08" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c278776..8c2029e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hass-oidc-auth" -version = "0.6.2" +version = "0.6.3" description = "OIDC component for Home Assistant" authors = [ { name = "Christiaan Goossens", email = "contact@christiaangoossens.nl" } diff --git a/uv.lock b/uv.lock index af8c2b4..68882c6 100644 --- a/uv.lock +++ b/uv.lock @@ -836,7 +836,7 @@ wheels = [ [[package]] name = "hass-oidc-auth" -version = "0.7.0" +version = "0.6.3" source = { editable = "." } dependencies = [ { name = "aiofiles" },