Merge pull request #3075 from esphome/bump-2022.1.1

2022.1.1
This commit is contained in:
Jesse Hills 2022-01-20 09:08:57 +13:00 committed by GitHub
commit 909a526967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -4,4 +4,5 @@ include requirements.txt
include esphome/dashboard/templates/*.html
recursive-include esphome/dashboard/static *.ico *.js *.css *.woff* LICENSE
recursive-include esphome *.cpp *.h *.tcc
recursive-include esphome *.py.script
recursive-include esphome LICENSE.txt

View file

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