Skip to content

Commit

Permalink
Bump pyhaversion to 2.0.2 (#18318)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored and balloob committed Nov 8, 2018
1 parent 878e369 commit a016dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle

REQUIREMENTS = ['pyhaversion==2.0.1']
REQUIREMENTS = ['pyhaversion==2.0.2']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ pygtfs-homeassistant==0.1.3.dev0
pyharmony==1.0.20

# homeassistant.components.sensor.version
pyhaversion==2.0.1
pyhaversion==2.0.2

# homeassistant.components.binary_sensor.hikvision
pyhik==0.1.8
Expand Down

0 comments on commit a016dd2

Please sign in to comment.