mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Fix bump-version string format
This commit is contained in:
@@ -66,7 +66,7 @@ def write_version(version: Version):
|
||||
sub(
|
||||
'esphome/const.py',
|
||||
r"^PATCH_VERSION = .*$",
|
||||
f"PATCH_VERSION = {version.full_patch}"
|
||||
f"PATCH_VERSION = '{version.full_patch}''"
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user