We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9df6c commit a958d29Copy full SHA for a958d29
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# **Changelog for PG3 Python Interface**
2
3
+### 3.3.15
4
+- Added polyglot.DELNODE events
5
+
6
### 3.3.14
7
- Plugins which connects to IoX can now use TLS
8
udi_interface/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.3.14'
+__version__ = '3.3.15'
__description__ = 'UDI Python Interface for Polyglot version 3'
__url__ = 'https://github.com/UniversalDevicesInc/udi_python_interface'
__author__ = 'Universal Devices Inc.'
0 commit comments