Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-nicka committed Apr 19, 2017
1 parent 9b4c347 commit 0b6b29c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
LabKey Python Client API News
+++++++++++

What's New in the LabKey 0.5.0 package
==============================

*Release date: 04/19/2017*

- Security API, see labkey.security
- ServerContext now a class, support for CSRF
- Fix for LSID handling in Experiment objects
- Documentation updates

What's New in the LabKey 0.4.3 package
==============================

Expand Down
2 changes: 1 addition & 1 deletion labkey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
from labkey import query, experiment, security, utils

__title__ = 'labkey'
__version__ = '0.4.3'
__version__ = '0.5.0'
__author__ = 'LabKey'
__license__ = 'Apache License 2.0'

0 comments on commit 0b6b29c

Please sign in to comment.