We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a417c4 commit 74f6358Copy full SHA for 74f6358
CHANGE.txt
@@ -2,6 +2,14 @@
2
LabKey Python Client API News
3
+++++++++++
4
5
+What's New in the LabKey 0.4.1 package
6
+==============================
7
+
8
+*Release date: 11/17/2015*
9
10
+- Fix for QueryFilter.Types to be Python 2/3 compatible.
11
+- Documentation updates
12
13
What's New in the LabKey 0.4.0 package
14
==============================
15
setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name='labkey',
32
- version='0.4.0',
+ version='0.4.1',
33
description='Python client API for LabKey Server',
34
long_description=long_desc,
35
license="Apache License 2.0",
0 commit comments