Skip to content

Commit 94c33af

Browse files
committed
prep for release v03.0.3
1 parent 7f993b2 commit 94c33af

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# PyDomo Changelog
22

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+
310
### v0.3.0.2
411
January 26, 2021
512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pydomo',
10-
version='0.3.0.2',
10+
version='0.3.0.3',
1111
description=description,
1212
long_description=long_description,
1313
author='Jeremy Morris',

0 commit comments

Comments
 (0)