We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a55b8 commit d8a0159Copy full SHA for d8a0159
CHANGE.txt
@@ -2,6 +2,15 @@
2
LabKey Python Client API News
3
+++++++++++
4
5
+What's New in the LabKey 1.1.0 package
6
+==============================
7
+
8
+*Release date: 05/07/2019*
9
10
+- Add isblank and isnonblank filter types (#23)
11
+- Fix issue with Query API overwriting query filters with the same field/comparison (#20)
12
+- Use pytest as the default test runner (#24)
13
14
What's New in the LabKey 1.0.1 package
15
==============================
16
setup.cfg
@@ -10,3 +10,6 @@ addopts = -v --cov=labkey --cov-config=setup.cfg --cov-report=html --cov-report=
[coverage:html]
directory = build/coverage_html
title = Test coverage report for labkey
+[bdist_wheel]
+universal=1
0 commit comments