1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Bump version to 2021.9.2

This commit is contained in:
Jesse Hills
2021-09-28 15:41:58 +13:00
parent 8ef2ad17b5
commit a2485a18cb

View File

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