1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Merge pull request #4905 from esphome/bump-2023.5.5

2023.5.5
This commit is contained in:
Jesse Hills
2023-05-29 10:25:22 +12:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -932,7 +932,7 @@ def run_esphome(argv):
_LOGGER.error(e, exc_info=args.verbose)
return 1
safe_print(f"ESPHome {const.__version__}")
_LOGGER.info("ESPHome %s", const.__version__)
for conf_path in args.configuration:
if any(os.path.basename(conf_path) == x for x in SECRETS_FILES):

View File

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