Skip to content

Commit 9b49ab3

Browse files
committed
Release 0.7.0
1 parent 65d95dc commit 9b49ab3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGE.txt

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

5+
What's New in the LabKey 0.7.0 package
6+
==============================
7+
8+
*Release date: 05/10/2018*
9+
10+
- Domain API, see labkey.domain
11+
- Fix for error response handling (#12). Thanks to @thusharaw for this contribution.
12+
513
What's New in the LabKey 0.6.1 package
614
==============================
715

labkey/__init__.py

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

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

0 commit comments

Comments
 (0)