Skip to content

Commit

Permalink
Merge pull request #121 from motom001/development
Browse files Browse the repository at this point in the history
increase version number
  • Loading branch information
motom001 committed Sep 24, 2015
2 parents fdb3a0d + e39c9e6 commit 989b2cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#set -e # Exit immediately if a command exits with a non-zero status.
set -x # Print commands and their arguments as they are executed.

START_MODE=daemon

if [[ $START_MODE = "application" ]]; then
sudo doorpi_cli --trace --test
fi
Expand Down
2 changes: 1 addition & 1 deletion doorpi/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
package = 'DoorPi'
project = "VoIP Door-Intercomstation with Raspberry Pi"
project_no_spaces = project.replace(' ', '')
version = '2.4.1.3'
version = '2.4.1.4'
description = 'provide intercomstation to the doorstation by VoIP'
keywords = ['intercom', 'VoIP', 'doorstation', 'home automation', 'IoT']
authors = ['Thomas Meissner']
Expand Down

0 comments on commit 989b2cd

Please sign in to comment.