Skip to content

Commit 48b3459

Browse files
committed
Bump version to 0.9.62
1 parent 0308263 commit 48b3459

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__VERSION__ = "0.9.61"
1+
__VERSION__ = "0.9.62"
22

33
bump:
44
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/easee/const.py custom_components/easee/manifest.json

custom_components/easee/const.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
DOMAIN = "easee"
1919
TIMEOUT = 30
20-
VERSION = "0.9.61"
21-
MIN_HA_VERSION = "2024.5.0"
20+
VERSION = "0.9.62"
21+
MIN_HA_VERSION = "2024.8.0"
2222
CONF_MONITORED_SITES = "monitored_sites"
2323
MANUFACTURER = "Easee"
2424
MODEL_EQUALIZER = "Equalizer"

custom_components/easee/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"requirements": [
1818
"pyeasee==0.8.5"
1919
],
20-
"version": "0.9.61"
20+
"version": "0.9.62"
2121
}

hacs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Easee EV Charger",
33
"filename": "easee.zip",
4-
"homeassistant": "2024.5.0",
4+
"homeassistant": "2024.8.0",
55
"zip_release": true
66
}

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[bumpversion]
2-
current_version = 0.9.61
2+
current_version = 0.9.62
33

44
[flake8]
55
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
66
doctests = True
77
max-line-length = 88
8-
ignore =
8+
ignore =
99
E501,
1010
W503,
1111
E203,

0 commit comments

Comments
 (0)