Merge pull request #2550 from esphome/bump-2021.10.0b7

2021.10.0b7
This commit is contained in:
Jesse Hills 2021-10-19 16:22:29 +13:00 committed by GitHub
commit 6ef57a2973
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.0b6"
__version__ = "2021.10.0b7"
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==20211015.0
esphome-dashboard==20211019.0
aioesphomeapi==9.1.5
# esp-idf requires this, but doesn't bundle it by default