1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-15 14:25:45 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Jesse Hills
ab32dd7420 Merge pull request #5122 from esphome/bump-2023.7.0
2023.7.0
2023-07-19 15:44:34 +12:00
Jesse Hills
2a7aa2fc0d bump pyyaml to 6.0.1 2023-07-19 14:07:42 +12:00
Jesse Hills
f5e98eb86f Bump version to 2023.7.0 2023-07-19 12:59:51 +12:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
"""Constants used by esphome."""
__version__ = "2023.7.0b3"
__version__ = "2023.7.0"
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"
VALID_SUBSTITUTIONS_CHARACTERS = (

View File

@@ -1,5 +1,5 @@
voluptuous==0.13.1
PyYAML==6.0
PyYAML==6.0.1
paho-mqtt==1.6.1
colorama==0.4.6
tornado==6.3.2