Skip to content

Commit 0b6b29c

Browse files
committed
Release 0.5.0
1 parent 9b4c347 commit 0b6b29c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGE.txt

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

5+
What's New in the LabKey 0.5.0 package
6+
==============================
7+
8+
*Release date: 04/19/2017*
9+
10+
- Security API, see labkey.security
11+
- ServerContext now a class, support for CSRF
12+
- Fix for LSID handling in Experiment objects
13+
- Documentation updates
14+
515
What's New in the LabKey 0.4.3 package
616
==============================
717

labkey/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
from labkey import query, experiment, security, utils
1717

1818
__title__ = 'labkey'
19-
__version__ = '0.4.3'
19+
__version__ = '0.5.0'
2020
__author__ = 'LabKey'
2121
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)