File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
env :
23
23
CACHE_VERSION : 3
24
24
PIP_CACHE_VERSION : 3
25
- HA_SHORT_VERSION : 2022.11
25
+ HA_SHORT_VERSION : 2022.12
26
26
DEFAULT_PYTHON : 3.9
27
27
ALL_PYTHON_VERSIONS : " ['3.9', '3.10']"
28
28
PRE_COMMIT_CACHE : ~/.cache/pre-commit
Original file line number Diff line number Diff line change 7
7
8
8
APPLICATION_NAME : Final = "HomeAssistant"
9
9
MAJOR_VERSION : Final = 2022
10
- MINOR_VERSION : Final = 11
10
+ MINOR_VERSION : Final = 12
11
11
PATCH_VERSION : Final = "0.dev0"
12
12
__short_version__ : Final = f"{ MAJOR_VERSION } .{ MINOR_VERSION } "
13
13
__version__ : Final = f"{ __short_version__ } .{ PATCH_VERSION } "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " homeassistant"
7
- version = " 2022.11 .0.dev0"
7
+ version = " 2022.12 .0.dev0"
8
8
license = {text = " Apache-2.0" }
9
9
description = " Open-source home automation platform running on Python 3."
10
10
readme = " README.rst"
You can’t perform that action at this time.
0 commit comments