Bump version to 2023.5.2

This commit is contained in:
Jesse Hills 2023-05-22 11:31:30 +12:00
parent 2d3b48f86f
commit 8fcec8e2cb
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

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