Skip to content

Commit

Permalink
Bump version to 2021.10.0dev0 (#55227)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 25, 2021
1 parent 9315f3b commit 06a30c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Final

MAJOR_VERSION: Final = 2021
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}"
Expand Down

0 comments on commit 06a30c8

Please sign in to comment.