Merge branch 'main' into add-datetime

This commit is contained in:
Jesse Hills 2024-03-07 07:53:52 +13:00 committed by GitHub
commit 9d217ddb06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -93,6 +93,7 @@ jobs:
- run: |
docker run \
-v "$PWD":/aioesphomeapi \
-u "$(id -u):$(id -g)" \
ghcr.io/esphome/aioesphomeapi-proto-builder:latest
if ! git diff --quiet; then
echo "You have altered the generated proto files but they do not match what is expected."

View File

@ -11,7 +11,7 @@ with open(os.path.join(here, "README.rst"), encoding="utf-8") as readme_file:
long_description = readme_file.read()
VERSION = "23.0.0"
VERSION = "23.0.1"
PROJECT_NAME = "aioesphomeapi"
PROJECT_PACKAGE_NAME = "aioesphomeapi"
PROJECT_LICENSE = "MIT"