Bump version to 2022.11.5

This commit is contained in:
Jesse Hills 2022-12-06 12:52:48 +13:00
parent 6911639617
commit ab736c89bb
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

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