We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b40e80 commit 6ebccfbCopy full SHA for 6ebccfb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# **Changelog for PG3 Python Interface**
2
3
+### 3.4.3
4
+- Add support for dynamic profiles
5
+- Synchronize version with PG3x 3.4.3
6
+
7
### 3.3.18
8
- Added addScope to the oAuth options
9
- access token is refreshed automatically 60 seconds before expiry
udi_interface/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.3.18'
+__version__ = '3.4.3'
__description__ = 'UDI Python Interface for Polyglot version 3'
__url__ = 'https://github.com/UniversalDevicesInc/udi_python_interface'
__author__ = 'Universal Devices Inc.'
0 commit comments