Skip to content

Commit ff4c594

Browse files
author
Ola Lidholm
committed
Bump version
1 parent e9c54a6 commit ff4c594

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__VERSION__ = "0.9.65"
1+
__VERSION__ = "0.9.66"
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.65"
20+
VERSION = "0.9.66"
2121
MIN_HA_VERSION = "2024.8.0"
2222
CONF_MONITORED_SITES = "monitored_sites"
2323
MANUFACTURER = "Easee"

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.10"
1919
],
20-
"version": "0.9.65"
20+
"version": "0.9.66"
2121
}

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.65
2+
current_version = 0.9.66
33

44
[flake8]
55
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build

0 commit comments

Comments
 (0)