1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Bump version to v1.20.2

This commit is contained in:
Jesse Hills
2021-07-29 19:51:17 +12:00
parent 62f3039d82
commit 456824669f

View File

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