Skip to content

Commit 2f7cddb

Browse files
authored
Update version to 1.3.0 (#36)
1 parent d118cd8 commit 2f7cddb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGE.txt

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

5+
What's New in the LabKey 1.3.0 package
6+
==============================
7+
8+
*Release date: 05/27/2020*
9+
10+
- domain.create() now iterates through its conditional formats and converts instances or lists of QueryFilter to their string format.
11+
- domain.conditional_format() provides a wrapper for creating a conditional format--typically to be used in updating
12+
- Added examples for domain.create, domain.conditional_format, and updating QC state.
13+
514
What's New in the LabKey 1.2.0 package
615
==============================
716

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

0 commit comments

Comments
 (0)