Skip to content

Commit 847103b

Browse files
authoredDec 9, 2024··
Merge pull request #539 from nordicopen/BumpPyeaseeAndRelease
BumpPyeaseeAndRelease
2 parents 4f76b22 + e7ff1a2 commit 847103b

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.66"
1+
__VERSION__ = "0.9.67"
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
@@ -17,7 +17,7 @@
1717

1818
DOMAIN = "easee"
1919
TIMEOUT = 30
20-
VERSION = "0.9.66"
20+
VERSION = "0.9.67"
2121
MIN_HA_VERSION = "2024.8.0"
2222
CONF_MONITORED_SITES = "monitored_sites"
2323
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.10"
18+
"pyeasee==0.8.11"
1919
],
20-
"version": "0.9.66"
20+
"version": "0.9.67"
2121
}

‎setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[bumpversion]
2-
current_version = 0.9.66
2+
current_version = 0.9.67
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)
Please sign in to comment.