Skip to content

Commit

Permalink
Update version to 4.15.0 and changelog
Browse files Browse the repository at this point in the history
Bump the pykechain package version to 4.15.0 in `__about__.py`. Adjust the changelog to include the new `json_load()` method for `StoredFile`, ensuring compatibility with the attachment property interface.
  • Loading branch information
Jochem Berends committed Nov 14, 2024
1 parent ac37528 commit 6f4e8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

UNRELEASED
v4.15.0 (14NOV24)
----------
* :star: We added a `json_load()` method on the `StoredFile` to be compatible with the same interface as the attachment property. (#1485)

Expand Down
2 changes: 1 addition & 1 deletion pykechain/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "pykechain"
description = "KE-chain Python SDK"

version = "4.14.0"
version = "4.15.0"

author = "KE-works BV"
email = "support+pykechain@ke-works.com"

0 comments on commit 6f4e8b8

Please sign in to comment.