Skip to content

Commit 7d672b4

Browse files
authored
Bump version to 2023.3.0dev0 (home-assistant#86632)
1 parent df0fc30 commit 7d672b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
env:
3131
CACHE_VERSION: 3
3232
PIP_CACHE_VERSION: 3
33-
HA_SHORT_VERSION: 2023.2
33+
HA_SHORT_VERSION: 2023.3
3434
DEFAULT_PYTHON: "3.10"
3535
ALL_PYTHON_VERSIONS: "['3.10']"
3636
PRE_COMMIT_CACHE: ~/.cache/pre-commit

homeassistant/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
APPLICATION_NAME: Final = "HomeAssistant"
99
MAJOR_VERSION: Final = 2023
10-
MINOR_VERSION: Final = 2
10+
MINOR_VERSION: Final = 3
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

Lines changed: 1 addition & 1 deletion
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 = "2023.2.0.dev0"
7+
version = "2023.3.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)