1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-16 16:53:47 +01:00

Bump version to v1.20.1

This commit is contained in:
Jesse Hills
2021-07-27 09:43:05 +12:00
parent 71ded24fce
commit 887081fd71

View File

@@ -1,6 +1,6 @@
"""Constants used by esphome."""
__version__ = "1.20.0"
__version__ = "1.20.1"
ESP_PLATFORM_ESP32 = "ESP32"
ESP_PLATFORM_ESP8266 = "ESP8266"