Skip to content

Commit

Permalink
Bump to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinse committed Oct 20, 2024
1 parent 1e42c37 commit 451b12b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2b1
## 0.7.2

* Remove large and noisy charger states containg test or production data.
Helps to reduce the entity attribute <16kb. #88
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Hellowlol, Svein Seldal and contributers
Copyright (c) 2024 Hellowlol, Svein Seldal and contributers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.2b1"
VERSION = "0.7.2"
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.2b1"
"version": "0.7.2"
}

0 comments on commit 451b12b

Please sign in to comment.