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 8a621e7 commit ec73542Copy full SHA for ec73542
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# PyDomo Changelog
2
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
12
### v0.3.0.12
13
April 21, 2025
14
setup.py
@@ -7,7 +7,7 @@
setup(
name='pydomo',
- version='0.3.0.12',
+ version='0.3.0.13',
description=description,
long_description=long_description,
author='Jeremy Morris',
0 commit comments