Skip to content

Commit

Permalink
Merge pull request #539 from nordicopen/BumpPyeaseeAndRelease
Browse files Browse the repository at this point in the history
BumpPyeaseeAndRelease
  • Loading branch information
astrandb authored Dec 9, 2024
2 parents 4f76b22 + e7ff1a2 commit 847103b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.66"
__VERSION__ = "0.9.67"

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

DOMAIN = "easee"
TIMEOUT = 30
VERSION = "0.9.66"
VERSION = "0.9.67"
MIN_HA_VERSION = "2024.8.0"
CONF_MONITORED_SITES = "monitored_sites"
MANUFACTURER = "Easee"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/easee/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"pyeasee"
],
"requirements": [
"pyeasee==0.8.10"
"pyeasee==0.8.11"
],
"version": "0.9.66"
"version": "0.9.67"
}
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.66
current_version = 0.9.67

[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 847103b

Please sign in to comment.