Skip to content

Commit d8a0159

Browse files
authored
Update changelog. Make bdist_wheel default to universal. (#27)
1 parent 14a55b8 commit d8a0159

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGE.txt

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
LabKey Python Client API News
33
+++++++++++
44

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+
514
What's New in the LabKey 1.0.1 package
615
==============================
716

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ addopts = -v --cov=labkey --cov-config=setup.cfg --cov-report=html --cov-report=
1010
[coverage:html]
1111
directory = build/coverage_html
1212
title = Test coverage report for labkey
13+
14+
[bdist_wheel]
15+
universal=1

0 commit comments

Comments
 (0)