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:
committed by
GitHub
parent
fd3643685d
commit
c7672f65d9
@@ -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"
|
||||
)
|
||||
|
||||
## ===
|
||||
|
||||
@@ -19,5 +19,5 @@
|
||||
"bcrypt",
|
||||
"joserfc"
|
||||
],
|
||||
"version": "0.7.0-alpha-rc5"
|
||||
"version": "1.0.0-rc1"
|
||||
}
|
||||
Reference in New Issue
Block a user