Skip to content

Commit 8d603df

Browse files
committed
Release 1.0.1
1 parent aa9c887 commit 8d603df

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGE.txt

+7
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 1.0.1 package
6+
==============================
7+
8+
*Release date: 11/02/2018*
9+
10+
- Add __repr__ for ServerContext, QueryFilter. Thanks to @AetherUnbound for this contribution.
11+
512
What's New in the LabKey 1.0.0 package
613
==============================
714

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__ = '1.0.0'
19+
__version__ = '1.0.1'
2020
__author__ = 'LabKey'
2121
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)