Skip to content

Commit 4622618

Browse files
committed
v4.0.1
1 parent 131c540 commit 4622618

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGE.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
LabKey Python Client API News
33
+++++++++++
44

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+
511
What's New in the LabKey 4.0.0 package
612
==============================
713

labkey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
# limitations under the License.
1515
#
1616
__title__ = "labkey"
17-
__version__ = "4.0.0"
17+
__version__ = "4.0.1"
1818
__author__ = "LabKey"
1919
__license__ = "Apache License 2.0"

0 commit comments

Comments
 (0)