We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a291be commit ca6ddadCopy full SHA for ca6ddad
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# **Changelog for PG3 Python Interface**
2
3
+### 3.3.13
4
+- Updated paho-mqtt callbacks to version 2
5
+- Changed MQTT keepalive from 10 seconds to 5 minutes
6
+
7
### 3.3.12
8
- Log timestamp milliseconds with a leading dot
9
udi_interface/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.3.12'
+__version__ = '3.3.13'
__description__ = 'UDI Python Interface for Polyglot version 3'
__url__ = 'https://github.com/UniversalDevicesInc/udi_python_interface'
__author__ = 'Universal Devices Inc.'
0 commit comments