Skip to content

Commit 9b2e80a

Browse files
committed
Bump version, update release notes
1 parent 1788b52 commit 9b2e80a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGE.txt

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

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+
513
What's New in the LabKey 3.4.0 package
614
==============================
715

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__ = "3.4.0"
17+
__version__ = "4.0.0"
1818
__author__ = "LabKey"
1919
__license__ = "Apache License 2.0"

0 commit comments

Comments
 (0)