Skip to content

Commit 8e4191f

Browse files
committed
updates to meta-data prior to publishing a new version
1 parent 4b4635c commit 8e4191f

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.11
4+
January 31, 2024
5+
6+
Updates
7+
* Modify the authentication process to conform to new API functionality.
8+
* Add ds_get_dict - this function exports a data set from Domo and returns a list of dictionaries. The list contains one dictionary for each row in Domo.
9+
310
### v0.3.0.10
411
September 20, 2023
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.10',
10+
version='0.3.0.11',
1111
description=description,
1212
long_description=long_description,
1313
author='Jeremy Morris',

0 commit comments

Comments
 (0)