Merge pull request #4404 from esphome/bump-2023.2.0b2

2023.2.0b2
This commit is contained in:
Jesse Hills 2023-02-09 16:55:48 +13:00 committed by GitHub
commit d83324c4dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ RUN \
python3-cryptography=3.3.2-1 \
iputils-ping=3:20210202-1 \
git=1:2.30.2-1 \
curl=7.74.0-1.3+deb11u3 \
curl=7.74.0-1.3+deb11u5 \
openssh-client=1:8.4p1-5+deb11u1 \
&& rm -rf \
/tmp/* \

View file

@ -1,6 +1,6 @@
"""Constants used by esphome."""
__version__ = "2023.2.0b1"
__version__ = "2023.2.0b2"
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"