We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556fb8c commit 3d33a1fCopy full SHA for 3d33a1f
CHANGE.txt
@@ -2,6 +2,15 @@
2
LabKey Python Client API News
3
+++++++++++
4
5
+What's New in the LabKey 0.4.2 package
6
+==============================
7
+
8
+*Release date: 03/15/2016*
9
10
+- Fix for 25209: API returns incorrect error messages for 401 responses
11
+- Update test suites and fix for assertions of timeout
12
+- Documentation updates
13
14
What's New in the LabKey 0.4.1 package
15
==============================
16
setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name='labkey',
32
- version='0.4.1',
+ version='0.4.2',
33
description='Python client API for LabKey Server',
34
long_description=long_desc,
35
license="Apache License 2.0",
0 commit comments