Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ola Lidholm committed Sep 25, 2023
1 parent 137e84b commit 6c25137
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.54"
__VERSION__ = "0.9.55"

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 @@ -15,7 +15,7 @@

DOMAIN = "easee"
TIMEOUT = 30
VERSION = "0.9.54"
VERSION = "0.9.55"
MIN_HA_VERSION = "2023.4.0"
CONF_MONITORED_SITES = "monitored_sites"
MANUFACTURER = "Easee"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/easee/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"requirements": [
"pyeasee==0.7.54"
],
"version": "0.9.54"
"version": "0.9.55"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.54
current_version = 0.9.55

[flake8]
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
Expand Down

0 comments on commit 6c25137

Please sign in to comment.