Skip to content

Commit

Permalink
Release 1.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Oct 15, 2018
1 parent abdc9f9 commit f3ec466
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dtr.predix.io/predix-edge/alpine-amd64

LABEL maintainer="Predix Builder Relations"
LABEL org="https://hub.docker.com/u/predixadoption"
LABEL version="1.0.30"
LABEL version="1.0.31"
LABEL support="https://forum.predix.io"
LABEL license="https://github.com/PredixDev/predix-docker-samples/blob/master/LICENSE.md"

Expand Down
1 change: 1 addition & 0 deletions src/models/cdp_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import signal
import types
import time
import pycdp
#import MQTTClient
import traceback
#from config_helper import *
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Wind Workbench",
"version": "1.0.30",
"version": "1.0.31",
"private": false,
"dependencies": {
"local-setup": "https://github.com/PredixDev/local-setup#1.0.101",
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.177",
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.30"
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.31"
},
"author": "susheelchoudhari"
}

0 comments on commit f3ec466

Please sign in to comment.