We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1788b52 commit 9b2e80aCopy full SHA for 9b2e80a
CHANGE.txt
@@ -2,6 +2,14 @@
2
LabKey Python Client API News
3
+++++++++++
4
5
+What's New in the LabKey 4.0.0 package
6
+==============================
7
+
8
+*Release date: 07/08/2025*
9
+- Add save_rows API to query module
10
+ - Accessible via API wrappers e.g. api.query.save_rows
11
+- Update the minimum required version of Python to 3.10
12
13
What's New in the LabKey 3.4.0 package
14
==============================
15
labkey/__init__.py
@@ -14,6 +14,6 @@
# limitations under the License.
#
16
__title__ = "labkey"
17
-__version__ = "3.4.0"
+__version__ = "4.0.0"
18
__author__ = "LabKey"
19
__license__ = "Apache License 2.0"
0 commit comments