1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-08 14:22:21 +01:00

Bump version to 2021.12.1

This commit is contained in:
Jesse Hills
2021-12-15 14:57:32 +13:00
parent 386a5b6362
commit 4bb779d9a5

View File

@@ -1,6 +1,6 @@
"""Constants used by esphome."""
__version__ = "2021.12.0"
__version__ = "2021.12.1"
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"