File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2
2
LabKey Python Client API News
3
3
+++++++++++
4
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
+
5
14
What's New in the LabKey 1.0.1 package
6
15
==============================
7
16
Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ addopts = -v --cov=labkey --cov-config=setup.cfg --cov-report=html --cov-report=
10
10
[coverage:html]
11
11
directory = build/coverage_html
12
12
title = Test coverage report for labkey
13
+
14
+ [bdist_wheel]
15
+ universal =1
You can’t perform that action at this time.
0 commit comments