We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3654e62 commit 58c867dCopy full SHA for 58c867d
2 files changed
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# **Changelog for PG3 Python Interface**
2
3
+### 3.4.5
4
+- updateJsonProfile() can return the profile directly (waitResponse option)
5
+
6
### 3.4.4
-- getJsonProfile() can return the profile directly
7
+- getJsonProfile() can return the profile directly (waitResponse option)
8
9
### 3.4.3
10
- Add support for dynamic profiles
udi_interface/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.4.4'
+__version__ = '3.4.5'
__description__ = 'UDI Python Interface for Polyglot version 3'
__url__ = 'https://github.com/UniversalDevicesInc/udi_python_interface'
__author__ = 'Universal Devices Inc.'
0 commit comments