Skip to content

Commit

Permalink
Release 20
Browse files Browse the repository at this point in the history
  • Loading branch information
fondberg committed Oct 18, 2020
1 parent 650af97 commit a0fda9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.19"
__VERSION__ = "0.9.20"

bump:
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/easee/const.py
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
MEASURED_CONSUMPTION_DAYS = "measured_consumption_days"
VERSION = "0.9.19"
VERSION = "0.9.20"
CONF_MONITORED_SITES = "monitored_sites"
CUSTOM_UNITS = "custom_units"
PLATFORMS = ("sensor", "switch", "binary_sensor")
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.19
current_version = 0.9.20

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

0 comments on commit a0fda9c

Please sign in to comment.