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