There was an error while loading. Please reload this page.
1 parent 7a11c51 commit e695a04Copy full SHA for e695a04
2 files changed
CHANGE.txt
@@ -5,9 +5,11 @@ LabKey Python Client API News
5
What's New in the LabKey 4.4.0 package
6
==============================
7
8
-*Release date: 07/29/2026*
+*Release date: 08/05/2026*
9
+- Add import_run method to ExperimentWrapper
10
- Add workflow_task to Run class
-- Add import_run method to experiment wrapper
11
+- Add docs for ExperimentWrapper
12
+- Add docs for QueryWrapper
13
14
What's New in the LabKey 4.3.0 package
15
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
[project]
name="labkey"
-version = "4.3.0"
+version = "4.4.0"
description = "Python client API for LabKey Server"
dependencies = ["requests>=2.32.5"]
readme = "README.md"
0 commit comments