Skip to content

Commit a384ee2

Browse files
committed
Release 1.0.0
1 parent e8f4025 commit a384ee2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGE.txt

Lines changed: 8 additions & 0 deletions
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 1.0.0 package
6+
==============================
7+
8+
*Release date: 09/20/2018*
9+
10+
- BREAKING CHANGE: in labkey.experiment ProtocolOutput has been renamed to RunItem
11+
- Provide a default encoder for json.dumps to better handle datetime (#14).
12+
513
What's New in the LabKey 0.7.0 package
614
==============================
715

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 domain, query, experiment, security, utils
1717

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

0 commit comments

Comments
 (0)