Skip to content

Commit

Permalink
Bump version -> 0.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Apr 6, 2022
1 parent 5c4dc08 commit 19c8671
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.41"
__VERSION__ = "0.9.42"

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

DOMAIN = "easee"
TIMEOUT = 30
VERSION = "0.9.41"
VERSION = "0.9.42"
CONF_MONITORED_SITES = "monitored_sites"
CUSTOM_UNITS = "custom_units"
PLATFORMS = ("sensor", "switch", "binary_sensor")
Expand Down
2 changes: 1 addition & 1 deletion custom_components/easee/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "easee",
"name": "Easee EV charger",
"version": "0.9.41",
"version": "0.9.42",
"documentation": "https://github.com/fondberg/easee_hass",
"issue_tracker": "https://github.com/fondberg/easee_hass/issues",
"requirements": [
Expand Down
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.41
current_version = 0.9.42

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

0 comments on commit 19c8671

Please sign in to comment.