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

Refactor docker build system and workflows (#2023)

This commit is contained in:
Otto Winter
2021-07-15 21:30:04 +02:00
committed by GitHub
parent 45d368e3a1
commit cc7dbeada6
13 changed files with 456 additions and 708 deletions

View File

@@ -1,10 +1,6 @@
"""Constants used by esphome."""
MAJOR_VERSION = 1
MINOR_VERSION = 21
PATCH_VERSION = "0-dev"
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"
__version__ = "1.21.0-dev"
ESP_PLATFORM_ESP32 = "ESP32"
ESP_PLATFORM_ESP8266 = "ESP8266"