We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da6051 commit 2709311Copy full SHA for 2709311
CHANGE.txt
@@ -2,6 +2,14 @@
2
LabKey Python Client API News
3
+++++++++++
4
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
13
What's New in the LabKey 0.4.2 package
14
==============================
15
labkey/__init__.py
@@ -16,6 +16,6 @@
16
from labkey import query, experiment, utils
17
18
__title__ = 'labkey'
19
-__version__ = '0.4.2'
+__version__ = '0.4.3'
20
__author__ = 'LabKey'
21
__license__ = 'Apache License 2.0'
0 commit comments