Skip to content

Commit 095104e

Browse files
authored
Merge pull request #474 from nordicopen/bump0961
New version of pyeasee and bump version
2 parents 9c483f6 + e44ce7f commit 095104e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__VERSION__ = "0.9.60"
1+
__VERSION__ = "0.9.61"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
DOMAIN = "easee"
2020
TIMEOUT = 30
21-
VERSION = "0.9.60"
21+
VERSION = "0.9.61"
2222
MIN_HA_VERSION = "2024.5.0"
2323
CONF_MONITORED_SITES = "monitored_sites"
2424
MANUFACTURER = "Easee"

custom_components/easee/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"pyeasee"
1616
],
1717
"requirements": [
18-
"pyeasee==0.8.3"
18+
"pyeasee==0.8.4"
1919
],
20-
"version": "0.9.60"
20+
"version": "0.9.61"
2121
}

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[bumpversion]
2-
current_version = 0.9.60
2+
current_version = 0.9.61
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)