Skip to content

Commit ca6ddad

Browse files
committed
Version 3.3.13
1 parent 4a291be commit ca6ddad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
### 3.3.13
4+
- Updated paho-mqtt callbacks to version 2
5+
- Changed MQTT keepalive from 10 seconds to 5 minutes
6+
37
### 3.3.12
48
- Log timestamp milliseconds with a leading dot
59

udi_interface/__init__.py

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

0 commit comments

Comments
 (0)