Skip to content

Commit ec73542

Browse files
committed
Updating to 0.3.0.13
1 parent 8a621e7 commit ec73542

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
### v0.3.0.13
4+
May 22, 2025
5+
6+
Bug Fixes
7+
* Only save column to `dtype_dict` when not a date column
8+
9+
Improvements
10+
* Add `connection_file` as a parameter to Domo client init to provide ini file with connection parameters
11+
312
### v0.3.0.12
413
April 21, 2025
514

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.12',
10+
version='0.3.0.13',
1111
description=description,
1212
long_description=long_description,
1313
author='Jeremy Morris',

0 commit comments

Comments
 (0)