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

Bump version to 2023.2.4

This commit is contained in:
Jesse Hills
2023-02-23 13:42:02 +13:00
parent 7f46d9e0f9
commit 2e1b35959f

View File

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