1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 10:50:58 +01:00

Bump version to 2023.5.4

This commit is contained in:
Keith Burzinski 2023-05-24 15:58:54 -05:00
parent 91ff502872
commit 316171491f
No known key found for this signature in database
GPG Key ID: 802564C5F0EEFFBE

View File

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