Skip to content

Commit 3d33a1f

Browse files
committed
Release 0.4.2
1 parent 556fb8c commit 3d33a1f

File tree

2 files changed

+10
-1
lines changed

2 files changed

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name='labkey',
32-
version='0.4.1',
32+
version='0.4.2',
3333
description='Python client API for LabKey Server',
3434
long_description=long_desc,
3535
license="Apache License 2.0",

0 commit comments

Comments
 (0)