Skip to content

Commit abdc9f9

Browse files
Release 1.0.30
1 parent ab874cf commit abdc9f9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM dtr.predix.io/predix-edge/alpine-amd64
22

33
LABEL maintainer="Predix Builder Relations"
44
LABEL org="https://hub.docker.com/u/predixadoption"
5-
LABEL version="1.0.29"
5+
LABEL version="1.0.30"
66
LABEL support="https://forum.predix.io"
77
LABEL license="https://github.com/PredixDev/predix-docker-samples/blob/master/LICENSE.md"
88

src/models/cdp_interface.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import signal
66
import types
77
import time
8-
import MQTTClient
8+
#import MQTTClient
99
import traceback
1010
#from config_helper import *
1111

@@ -20,8 +20,8 @@ def __init__(self):
2020

2121
self.daemon = True # so we can kill it with CTRL-C
2222
# Create the CDP object and a registry entry for a REDIS transport
23-
#self.cdp = pycdp.pycdp(cdp_config, log_level=pycdp.log_warn, log_id="test")
24-
self.cdp = new MQTTClient()
23+
self.cdp = pycdp.pycdp(cdp_config, log_level=pycdp.log_warn, log_id="test")
24+
#self.cdp = new MQTTClient()
2525
self.in_channels = []
2626

2727
def publish(self, to_channel, data_obj, parse_type="json"):

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Wind Workbench",
3-
"version": "1.0.29",
3+
"version": "1.0.30",
44
"private": false,
55
"dependencies": {
66
"local-setup": "https://github.com/PredixDev/local-setup#1.0.101",
7-
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.176",
8-
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.29"
7+
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.177",
8+
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.30"
99
},
1010
"author": "susheelchoudhari"
1111
}

0 commit comments

Comments
 (0)