Skip to content

Commit 26952fc

Browse files
committed
Release 0.4.0
1 parent 313a6c0 commit 26952fc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGE.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
LabKey Python Client API News
33
+++++++++++
44

5+
What's New in the LabKey 0.4.0 package
6+
==============================
7+
8+
*Release date: 11/11/2015*
9+
10+
- Introduce experiment.py API for save, load batches.
11+
- Introduce concept of server_context for establishing connection context.
12+
- Switch credential model from .labkeycredentials.txt to .netrc.
13+
- Switch to PEP 8 compliant syntax for API in general (e.g. selectRows now select_rows).
14+
- Deprecate wiki, messageboard APIs (at least for now).
15+
516
What's New in the LabKey 0.3.0 package
617
==============================
718

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

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

0 commit comments

Comments
 (0)