Skip to content
This repository has been archived by the owner on Jun 2, 2019. It is now read-only.

Commit

Permalink
Versionbump
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 5, 2019
1 parent 417a108 commit 5e21166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion componentstore/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PATH = os.environ.get('HA_CONFIG_PATH', '/config')

VERSION = '1.1.0'
VERSION = '1.2.0'

REDIS_TOPIC_BASE = 'custom_component_store_'

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN \
redis=4.0.12-r0 \
python3=3.6.8-r1 \
\
&& pip3 install --no-cache-dir componentstore=1.1.0 \
&& pip3 install --no-cache-dir componentstore=1.2.0 \
\
&& rm -f -r /tmp/* \
\
Expand Down

0 comments on commit 5e21166

Please sign in to comment.