Merge pull request #1546 from esphome/bump-2021.10.0b10

2021.10.0b10
This commit is contained in:
Jesse Hills 2021-10-20 17:28:58 +13:00 committed by GitHub
commit f5166cb06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 4 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 2021.10.0b9
PROJECT_NUMBER = 2021.10.0b10
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2021.10.0b9
ESPHOME_REF = 2021.10.0b10
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify

View File

@ -1 +1 @@
2021.10.0b9
2021.10.0b10

View File

@ -180,6 +180,7 @@ Beta Fixes
- OTA firmware MD5 check + password support for esp-idf :esphomepr:`2507` by :ghuser:`mmakaay` (new-integration)
- Fix ADC pin validation on ESP32-C3 :esphomepr:`2551` by :ghuser:`oxan`
- ignore exception when not waiting for a response :esphomepr:`2552` by :ghuser:`martgras`
- Fix HA addon so it does not have logout button :esphomepr:`2558` by :ghuser:`jesserockz`
All changes
^^^^^^^^^^^
@ -379,6 +380,7 @@ All changes
- OTA firmware MD5 check + password support for esp-idf :esphomepr:`2507` by :ghuser:`mmakaay` (new-integration)
- Fix ADC pin validation on ESP32-C3 :esphomepr:`2551` by :ghuser:`oxan`
- ignore exception when not waiting for a response :esphomepr:`2552` by :ghuser:`martgras`
- Fix HA addon so it does not have logout button :esphomepr:`2558` by :ghuser:`jesserockz`
Past Changelogs
---------------

View File

@ -69,7 +69,7 @@ author = "Otto Winter"
# The short X.Y version.
version = "2021.10"
# The full version, including alpha/beta/rc tags.
release = "2021.10.0b9"
release = "2021.10.0b10"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.