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 7f993b2 commit 94c33afCopy full SHA for 94c33af
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# PyDomo Changelog
2
3
+### v0.3.0.3
4
+February 9, 2021
5
+
6
+Bug Fixes
7
+* ds_updated and ds_create did not upload the full dataframe when doing mult-part uploads
8
+* pandas was not required in setup file
9
10
### v0.3.0.2
11
January 26, 2021
12
setup.py
@@ -7,7 +7,7 @@
setup(
name='pydomo',
- version='0.3.0.2',
+ version='0.3.0.3',
description=description,
long_description=long_description,
13
author='Jeremy Morris',
0 commit comments