1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-07 11:20:58 +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
commit 43bbd58a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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