We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d6b0c commit 6810db1Copy full SHA for 6810db1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# PyDomo Changelog
2
3
+### v0.3.0.6
4
+October 21, 2022
5
+
6
+Bug Fixes
7
+* Now checks for invalid token before sending requests. If the token is invalid, the SDK now refreshes it automatically.
8
9
### v0.3.0.3
10
February 9, 2021
11
setup.py
@@ -7,7 +7,7 @@
setup(
name='pydomo',
- version='0.3.0.5',
+ version='0.3.0.6',
description=description,
12
long_description=long_description,
13
author='Jeremy Morris',
0 commit comments