Skip to content

Commit

Permalink
Bump version to 0.9.62
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Oct 15, 2024
1 parent 0308263 commit 48b3459
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "0.9.61"
__VERSION__ = "0.9.62"

bump:
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/easee/const.py custom_components/easee/manifest.json
Expand Down
4 changes: 2 additions & 2 deletions custom_components/easee/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

DOMAIN = "easee"
TIMEOUT = 30
VERSION = "0.9.61"
MIN_HA_VERSION = "2024.5.0"
VERSION = "0.9.62"
MIN_HA_VERSION = "2024.8.0"
CONF_MONITORED_SITES = "monitored_sites"
MANUFACTURER = "Easee"
MODEL_EQUALIZER = "Equalizer"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/easee/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"requirements": [
"pyeasee==0.8.5"
],
"version": "0.9.61"
"version": "0.9.62"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Easee EV Charger",
"filename": "easee.zip",
"homeassistant": "2024.5.0",
"homeassistant": "2024.8.0",
"zip_release": true
}
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[bumpversion]
current_version = 0.9.61
current_version = 0.9.62

[flake8]
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
doctests = True
max-line-length = 88
ignore =
ignore =
E501,
W503,
E203,
Expand Down

0 comments on commit 48b3459

Please sign in to comment.