Skip to content

Commit

Permalink
Bump to 0.7.1 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinse authored Dec 29, 2023
1 parent 79b3a48 commit a1fd270
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.7.1a5
## 0.7.1

* Fixed issue with data leaking over with multiple chargers
* Fixed issues and improved diagnostics download
Expand Down
2 changes: 1 addition & 1 deletion custom_components/zaptec/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import annotations

NAME = "zaptec"
VERSION = "0.7.1a5"
VERSION = "0.7.1"
ISSUEURL = "https://github.com/custom-components/zaptec/issues"

DOMAIN = "zaptec"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/zaptec/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
],
"iot_class": "cloud_polling",
"requirements": ["azure-servicebus", "pydantic"],
"version": "0.7.1a5"
"version": "0.7.1"
}

0 comments on commit a1fd270

Please sign in to comment.