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-_"