1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-01 01:22:20 +01:00

Merge pull request #2557 from esphome/bump-2021.10.0b9

2021.10.0b9
This commit is contained in:
Jesse Hills
2021-10-20 11:18:40 +13:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -9,7 +9,7 @@ pyserial==3.5
platformio==5.2.1
esptool==3.1
click==8.0.3
esphome-dashboard==20211019.0
esphome-dashboard==20211020.0
aioesphomeapi==9.1.5
# esp-idf requires this, but doesn't bundle it by default