From ef1a6e24c309c4a025a6d8c2a70c27d872c6b136 Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Thu, 5 Oct 2017 17:56:18 -0500 Subject: [PATCH] Upgrade padatious to fix travis build --- mycroft/skills/padatious_service.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mycroft/skills/padatious_service.py b/mycroft/skills/padatious_service.py index 4aa47eea9c..a3bbee52b8 100644 --- a/mycroft/skills/padatious_service.py +++ b/mycroft/skills/padatious_service.py @@ -25,7 +25,7 @@ from mycroft.skills.core import FallbackSkill from mycroft.util.log import LOG -PADATIOUS_VERSION = '0.3.3' # Also update in requirements.txt +PADATIOUS_VERSION = '0.3.4' # Also update in requirements.txt class PadatiousService(FallbackSkill): diff --git a/requirements.txt b/requirements.txt index 4773be040f..69c2b9329b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,4 +38,4 @@ pulsectl==17.7.4 aiml==0.8.6 # Also update in mycroft/skills/padatious_service.py -padatious==0.3.3 +padatious==0.3.4