1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Merge pull request #2107 from home-assistant/247patch

This commit is contained in:
Joakim Sørensen
2020-10-07 13:56:02 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -17,3 +17,4 @@ ruamel.yaml==0.15.100
sentry-sdk==0.17.8
uvloop==0.14.0
voluptuous==0.12.0
yarl==1.5.1

View File

@@ -3,7 +3,7 @@ from enum import Enum
from ipaddress import ip_network
from pathlib import Path
SUPERVISOR_VERSION = "246"
SUPERVISOR_VERSION = "247"
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"
URL_HASSIO_APPARMOR = "https://version.home-assistant.io/apparmor.txt"