mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-13 18:14:28 +05:00
bump version
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.1.8b12
|
current_version = 1.1.8b14
|
||||||
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(?P<release>[bf]*)(?P<build>\d*)
|
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(?P<release>[bf]*)(?P<build>\d*)
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|||||||
@@ -689,7 +689,7 @@ class MegaD:
|
|||||||
cfg.pop(x, None)
|
cfg.pop(x, None)
|
||||||
cfg.update(new)
|
cfg.update(new)
|
||||||
self.lg.debug(f"new config: %s", cfg)
|
self.lg.debug(f"new config: %s", cfg)
|
||||||
self.config.data = cfg
|
self.hass.config_entries.async_update_entry(self.config, data=cfg)
|
||||||
if reload_entry:
|
if reload_entry:
|
||||||
await self.hass.config_entries.async_reload(self.config.entry_id)
|
await self.hass.config_entries.async_reload(self.config.entry_id)
|
||||||
return cfg
|
return cfg
|
||||||
|
|||||||
@@ -16,5 +16,5 @@
|
|||||||
"@den-dmitriev"
|
"@den-dmitriev"
|
||||||
],
|
],
|
||||||
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
|
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
|
||||||
"version": "v1.1.8b13"
|
"version": "v1.1.8b14"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user