Skip to content

Commit 58c867d

Browse files
committed
Version 3.4.5
1 parent 3654e62 commit 58c867d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# **Changelog for PG3 Python Interface**
22

3+
### 3.4.5
4+
- updateJsonProfile() can return the profile directly (waitResponse option)
5+
36
### 3.4.4
4-
- getJsonProfile() can return the profile directly
7+
- getJsonProfile() can return the profile directly (waitResponse option)
58

69
### 3.4.3
710
- Add support for dynamic profiles

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.4.4'
1+
__version__ = '3.4.5'
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)