Skip to content

Commit 2709311

Browse files
committed
Release 0.4.3
1 parent 5da6051 commit 2709311

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 0.4.3 package
6+
==============================
7+
8+
*Release date: 01/12/2017*
9+
10+
- Reintroduce portions of messageboard, wiki APIs (unsupported, not recommended for public use)
11+
- Documentation updates
12+
513
What's New in the LabKey 0.4.2 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 query, experiment, utils
1717

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

0 commit comments

Comments
 (0)