Skip to content

Commit 74f6358

Browse files
committed
Release 0.4.1
1 parent 6a417c4 commit 74f6358

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGE.txt

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

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+
513
What's New in the LabKey 0.4.0 package
614
==============================
715

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.0',
32+
version='0.4.1',
3333
description='Python client API for LabKey Server',
3434
long_description=long_desc,
3535
license="Apache License 2.0",

0 commit comments

Comments
 (0)