mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
2022.10.0.dev0 (#77635)
This commit is contained in:
parent
34ed6d1ecb
commit
8dda2389c8
@ -6,7 +6,7 @@ from typing import Final
|
||||
from .backports.enum import StrEnum
|
||||
|
||||
MAJOR_VERSION: Final = 2022
|
||||
MINOR_VERSION: Final = 9
|
||||
MINOR_VERSION: Final = 10
|
||||
PATCH_VERSION: Final = "0.dev0"
|
||||
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
|
||||
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
|
||||
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "homeassistant"
|
||||
version = "2022.9.0.dev0"
|
||||
version = "2022.10.0.dev0"
|
||||
license = {text = "Apache-2.0"}
|
||||
description = "Open-source home automation platform running on Python 3."
|
||||
readme = "README.rst"
|
||||
|
Loading…
x
Reference in New Issue
Block a user