Fix script release (#5345)

pull/5352/head
Paulus Schoutsen 2017-01-15 09:16:46 -08:00 committed by GitHub
parent bcfc30264d
commit 82b84f480b
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
#!/bin/sh
# Pushes a new version to PyPi.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
head -n 5 homeassistant/const.py | tail -n 1 | grep PATCH_VERSION > /dev/null