We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9dbe35 commit b11dd95Copy full SHA for b11dd95
CHANGE.txt
@@ -2,6 +2,12 @@
2
LabKey Python Client API News
3
+++++++++++
4
5
+What's New in the LabKey 4.0.2 package
6
+==============================
7
+
8
+*Release date: 02/24/2026*
9
+- Add array filter types
10
11
What's New in the LabKey 4.0.1 package
12
==============================
13
labkey/__init__.py
@@ -14,6 +14,6 @@
14
# limitations under the License.
15
#
16
__title__ = "labkey"
17
-__version__ = "4.0.1"
+__version__ = "4.0.2"
18
__author__ = "LabKey"
19
__license__ = "Apache License 2.0"
0 commit comments