Skip to content

Commit a1fd270

Browse files
authored
Bump to 0.7.1 (#79)
1 parent 79b3a48 commit a1fd270

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.7.1a5
3+
## 0.7.1
44

55
* Fixed issue with data leaking over with multiple chargers
66
* Fixed issues and improved diagnostics download

custom_components/zaptec/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import annotations
33

44
NAME = "zaptec"
5-
VERSION = "0.7.1a5"
5+
VERSION = "0.7.1"
66
ISSUEURL = "https://github.com/custom-components/zaptec/issues"
77

88
DOMAIN = "zaptec"

custom_components/zaptec/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
],
1111
"iot_class": "cloud_polling",
1212
"requirements": ["azure-servicebus", "pydantic"],
13-
"version": "0.7.1a5"
13+
"version": "0.7.1"
1414
}

0 commit comments

Comments
 (0)