1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-09 04:10:58 +01:00

Merge pull request #4335 from esphome/bump-2022.12.5

2022.12.5
This commit is contained in:
Jesse Hills 2023-01-23 09:27:18 +13:00 committed by GitHub
commit 72c6efd6a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ RUN \
clang-tidy-11=1:11.0.1-2 \
patch=2.7.6-7 \
software-properties-common=0.96.20.2-2.1 \
nano=5.4-2+deb11u1 \
nano=5.4-2+deb11u2 \
build-essential=12.9 \
python3-dev=3.9.2-3 \
&& rm -rf \

View File

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