Skip to content

Commit f9c65de

Browse files
authored
Release 1.2.0 (#30)
Bump version to 1.2.0, add changelog entry for truncate_table PR.
1 parent ef51938 commit f9c65de

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.2.0 package
6+
==============================
7+
8+
*Release date: 09/09/2019*
9+
10+
- Added truncate_table function (#29)
11+
512
What's New in the LabKey 1.1.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.1.0'
19+
__version__ = '1.2.0'
2020
__author__ = 'LabKey'
2121
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)