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 ee6d18a commit 909dc8fCopy full SHA for 909dc8f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# PyDomo Changelog
2
3
+### v0.3.0.9
4
+March 20, 2023
5
+
6
+Updates
7
+* Include the name_like parameter for the ds_list method to allow filtering on datasource name
8
9
### v0.3.0.8
10
March 16, 2023
11
setup.py
@@ -7,7 +7,7 @@
setup(
name='pydomo',
- version='0.3.0.8',
+ version='0.3.0.9',
description=description,
12
long_description=long_description,
13
author='Jeremy Morris',
0 commit comments