Skip to content

Commit cee7b78

Browse files
authored
Bump version to 2022.12.0dev0 (home-assistant#81044)
1 parent d381be3 commit cee7b78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
env:
2323
CACHE_VERSION: 3
2424
PIP_CACHE_VERSION: 3
25-
HA_SHORT_VERSION: 2022.11
25+
HA_SHORT_VERSION: 2022.12
2626
DEFAULT_PYTHON: 3.9
2727
ALL_PYTHON_VERSIONS: "['3.9', '3.10']"
2828
PRE_COMMIT_CACHE: ~/.cache/pre-commit

homeassistant/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
APPLICATION_NAME: Final = "HomeAssistant"
99
MAJOR_VERSION: Final = 2022
10-
MINOR_VERSION: Final = 11
10+
MINOR_VERSION: Final = 12
1111
PATCH_VERSION: Final = "0.dev0"
1212
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
1313
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "homeassistant"
7-
version = "2022.11.0.dev0"
7+
version = "2022.12.0.dev0"
88
license = {text = "Apache-2.0"}
99
description = "Open-source home automation platform running on Python 3."
1010
readme = "README.rst"

0 commit comments

Comments
 (0)