Bump version to 2021.10.2

This commit is contained in:
Otto winter 2021-10-22 18:26:24 +02:00
parent c7ef18fbc4
commit eda1c471ad
No known key found for this signature in database
GPG key ID: 48ED2DDB96D7682C

View file

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