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 131c540 commit 4622618Copy full SHA for 4622618
CHANGE.txt
@@ -2,6 +2,12 @@
2
LabKey Python Client API News
3
+++++++++++
4
5
+What's New in the LabKey 4.0.1 package
6
+==============================
7
+
8
+*Release date: 09/19/2025*
9
+- Update the minimum required version of Python to 3.11. Correction from the 4.0.0 release.
10
11
What's New in the LabKey 4.0.0 package
12
==============================
13
labkey/__init__.py
@@ -14,6 +14,6 @@
14
# limitations under the License.
15
#
16
__title__ = "labkey"
17
-__version__ = "4.0.0"
+__version__ = "4.0.1"
18
__author__ = "LabKey"
19
__license__ = "Apache License 2.0"
0 commit comments