Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanderhuisman committed Feb 24, 2019
1 parent 97b88d6 commit cac62e1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions custom_updater.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"docker_monitor": {
"updated_at": "2019-02-19",
"version": "0.0.1",
"version": "0.0.2",
"local_location": "custom_components/docker_monitor/__init__.py",
"remote_location": "https://raw.githubusercontent.com/Sanderhuisman/home-assistant-custom-components/master/docker_monitor/__init__.py",
"changelog": "https://github.com/Sanderhuisman/home-assistant-custom-components/releases/latest",
"visit_repo": "https://github.com/Sanderhuisman/home-assistant-custom-components"
},
"docker_monitor.sensor": {
"updated_at": "2019-02-19",
"version": "0.0.1",
"version": "0.0.2",
"local_location": "custom_components/docker_monitor/sensor.py",
"remote_location": "https://raw.githubusercontent.com/Sanderhuisman/home-assistant-custom-components/master/docker_monitor/sensor.py",
"changelog": "https://github.com/Sanderhuisman/home-assistant-custom-components/releases/latest",
"visit_repo": "https://github.com/Sanderhuisman/home-assistant-custom-components"
},
"docker_monitor.switch": {
"updated_at": "2019-02-19",
"version": "0.0.1",
"version": "0.0.2",
"local_location": "custom_components/docker_monitor/switch.py",
"remote_location": "https://raw.githubusercontent.com/Sanderhuisman/home-assistant-custom-components/master/docker_monitor/switch.py",
"changelog": "https://github.com/Sanderhuisman/home-assistant-custom-components/releases/latest",
"visit_repo": "https://github.com/Sanderhuisman/home-assistant-custom-components"
},
"eetlijst.sensor": {
"updated_at": "2019-02-19",
"version": "0.0.1",
"version": "0.0.2",
"local_location": "custom_components/sensor/eetlijst.py",
"remote_location": "https://raw.githubusercontent.com/Sanderhuisman/home-assistant-custom-components/master/sensor/eetlijst.py",
"changelog": "https://github.com/Sanderhuisman/home-assistant-custom-components/releases/latest",
"visit_repo": "https://github.com/Sanderhuisman/home-assistant-custom-components"
},
"luftdaten.sensor": {
"updated_at": "2019-02-19",
"version": "0.0.1",
"version": "0.0.2",
"local_location": "custom_components/sensor/luftdaten_cu.py",
"remote_location": "https://raw.githubusercontent.com/Sanderhuisman/home-assistant-custom-components/master/sensor/luftdaten_cu.py",
"changelog": "https://github.com/Sanderhuisman/home-assistant-custom-components/releases/latest",
Expand Down
2 changes: 1 addition & 1 deletion docker_monitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from homeassistant.helpers.discovery import load_platform
from homeassistant.util import slugify as util_slugify

VERSION = '0.0.1'
VERSION = '0.0.2'

REQUIREMENTS = ['docker==3.7.0', 'python-dateutil==2.7.5']

Expand Down
2 changes: 1 addition & 1 deletion docker_monitor/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
UTILISATION_MONITOR_VERSION
)

VERSION = '0.0.1'
VERSION = '0.0.2'

DEPENDENCIES = ['docker_monitor']

Expand Down
2 changes: 1 addition & 1 deletion docker_monitor/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
DOCKER_HANDLE
)

VERSION = '0.0.1'
VERSION = '0.0.2'

DEPENDENCIES = ['docker_monitor']

Expand Down
2 changes: 1 addition & 1 deletion sensor/eetlijst.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle

VERSION = '0.0.1'
VERSION = '0.0.2'

REQUIREMENTS = ['beautifulsoup4==4.7.0']

Expand Down
2 changes: 1 addition & 1 deletion sensor/luftdaten_cu.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle

VERSION = '0.0.1'
VERSION = '0.0.2'

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit cac62e1

Please sign in to comment.