Skip to content

Commit 0070302

Browse files
committed
Version 3.3.14
1 parent 39933c3 commit 0070302

11 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# **Changelog for PG3 Python Interface**
22

3+
### 3.3.14
4+
- Plugins which connects to IoX can now use TLS
5+
36
### 3.3.13
47
- Updated paho-mqtt callbacks to version 2
58
- Changed MQTT keepalive from 10 seconds to 5 minutes

Makefile

100755100644
File mode changed.

RELEASE.md

100755100644
File mode changed.

requirements.txt

100755100644
File mode changed.

scripts/check_version.sh

100755100644
File mode changed.

scripts/tests.py

100755100644
File mode changed.

scripts/tests.sh

100755100644
File mode changed.

setup.py

100755100644
File mode changed.

udi_interface/__init__.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.3.13'
1+
__version__ = '3.3.14'
22
__description__ = 'UDI Python Interface for Polyglot version 3'
33
__url__ = 'https://github.com/UniversalDevicesInc/udi_python_interface'
44
__author__ = 'Universal Devices Inc.'

udi_interface/polylogger.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)