1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Bump version to 2021.10.0b10

This commit is contained in:
Jesse Hills
2021-10-20 16:39:24 +13:00
parent b9f66373c1
commit 8456a8cecb

View File

@@ -1,6 +1,6 @@
"""Constants used by esphome."""
__version__ = "2021.10.0b9"
__version__ = "2021.10.0b10"
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"