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
commit b8c27bc17d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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-_"