Skip to content

Commit acb0753

Browse files
committed
Release version 3.5.0
Bump version to 3.5.0 in __init__.py and pyproject.toml. Update CHANGELOG with new features: include relations for entity listing, group id export in import format, and minor fixes.
1 parent a8277ee commit acb0753

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2025/11//07 - RELEASE 3.5.0
2+
==========================
3+
- Adding support for new include relations feature of listing entities
4+
- Save import format export now supports export of group ids
5+
- Minor fixes and improvements
6+
7+
18
2025/10/24 - RELEASE 3.4.0
29
==========================
310
- Adding timeout parameter to async client

knowledge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__maintainer__ = ["Markus Weber"]
1818
__email__ = "markus.weber@wacom.com"
1919
__status__ = "beta"
20-
__version__ = "3.4.0"
20+
__version__ = "3.5.0"
2121

2222
import loguru
2323

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "personal_knowledge_library"
3-
version = "3.4.0"
3+
version = "3.5.0"
44
description = "Library to access Wacom's Personal Knowledge graph."
55
authors = [{ name = "Markus Weber", email = "markus.weber@wacom.com" }]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)