Skip to content

Commit 6ef57a2

Browse files
authoredOct 19, 2021
Merge pull request esphome#2550 from esphome/bump-2021.10.0b7
2021.10.0b7
2 parents 91611b0 + 3e9c7f2 commit 6ef57a2

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.0b6"
3+
__version__ = "2021.10.0b7"
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==20211015.0
12+
esphome-dashboard==20211019.0
1313
aioesphomeapi==9.1.5
1414

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

0 commit comments

Comments
 (0)