Prepare for 1.0.0 pre-release 1 (#237)

* Bump to 1.0.0-rc1

* Remove alpha disclaimer for 1.0.0
This commit is contained in:
Christiaan Goossens
2026-04-13 23:32:13 +02:00
committed by GitHub
parent fd3643685d
commit c7672f65d9
5 changed files with 23 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ from typing import Any, Dict
DEFAULT_TITLE = "OpenID Connect (SSO)"
DOMAIN = "auth_oidc"
REPO_ROOT_URL = (
"https://github.com/christiaangoossens/hass-oidc-auth/tree/v0.7.0-alpha-rc3"
"https://github.com/christiaangoossens/hass-oidc-auth/tree/v1.0.0-rc1"
)
## ===