Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot] e97a716d44 Bump version to 24.3.1 2024-04-23 02:44:35 +00:00
dependabot[bot] ab390acf93
Bump types-protobuf from 4.25.0.20240417 to 5.26.0.20240422 (#865)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 14:44:20 +12:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ black==24.4.0
flake8==7.0.0
isort==5.13.2
mypy==1.9.0
types-protobuf==4.25.0.20240417
types-protobuf==5.26.0.20240422
pytest>=6.2.4,<9
pytest-asyncio==0.23.6
mock>=4.0.3,<6

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 = "24.3.0"
VERSION = "24.3.1"
PROJECT_NAME = "aioesphomeapi"
PROJECT_PACKAGE_NAME = "aioesphomeapi"
PROJECT_LICENSE = "MIT"