Skip to content

Commit 34a18e6

Browse files
committed
Release 0.6.0
1 parent 2923339 commit 34a18e6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGE.txt

Lines changed: 10 additions & 0 deletions
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.6.0 package
6+
==============================
7+
8+
*Release date: 09/11/2017*
9+
10+
- Support api_key in utils.create_server_context.
11+
- Support verify_ssl in utils.create_server_context. Thanks to @pescobar for this contribution.
12+
- Remove SafeTLSAdapter in favor of normal TLS convention.
13+
- Improve exception messaging when raising ServerContextError.
14+
515
What's New in the LabKey 0.5.0 package
616
==============================
717

labkey/__init__.py

Lines changed: 1 addition & 1 deletion
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.5.0'
19+
__version__ = '0.6.0'
2020
__author__ = 'LabKey'
2121
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)