Skip to content

Commit 1df56a2

Browse files
committed
Release 0.6.1
1 parent 30085eb commit 1df56a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGE.txt

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

5+
What's New in the LabKey 0.6.1 package
6+
==============================
7+
8+
*Release date: 02/28/2018*
9+
10+
- Support non-JSON response formats
11+
512
What's New in the LabKey 0.6.0 package
613
==============================
714

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.6.0'
19+
__version__ = '0.6.1'
2020
__author__ = 'LabKey'
2121
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)