Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorink committed Dec 9, 2024
1 parent 2f1ca77 commit f5e318d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2024/11/26 - RELEASE 2.4.2
==========================
- FIX: Issue with create group. Response was parsed after the request was closed
- User management service client uses session for requests
- Update of requirements and pinning of test dependencies

2024/11/26 - RELEASE 2.4.1
==========================
- Minor bug fix for SYSTEM_REFERENCE_ID handling
Expand Down
2 changes: 1 addition & 1 deletion knowledge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__maintainer__ = ["Markus Weber"]
__email__ = "markus.weber@wacom.com"
__status__ = "beta"
__version__ = "2.4.1"
__version__ = "2.4.2"

# Create the Logger
logger: Union[logging.Logger, None] = None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# the setup
setup(
name='personal_knowledge_library',
version="2.4.1",
version="2.4.2",
description="Library to access Wacom's Personal Knowledge graph.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f5e318d

Please sign in to comment.