Skip to content

Commit 43bbd58

Browse files
authored
Merge pull request esphome#2557 from esphome/bump-2021.10.0b9
2021.10.0b9
2 parents 4c83dc7 + 7feffa6 commit 43bbd58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

esphome/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Constants used by esphome."""
22

3-
__version__ = "2021.10.0b8"
3+
__version__ = "2021.10.0b9"
44

55
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"
66

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pyserial==3.5
99
platformio==5.2.1
1010
esptool==3.1
1111
click==8.0.3
12-
esphome-dashboard==20211019.0
12+
esphome-dashboard==20211020.0
1313
aioesphomeapi==9.1.5
1414

1515
# esp-idf requires this, but doesn't bundle it by default

0 commit comments

Comments
 (0)