diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f3432c54..b942e5327 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,10 @@ Change Log ========== -* :bug: Forwarding of `kwargs` in the new `count_children()` method was not implemented yet. +v3.9.5 (23DEC20) +---------------- + +* :bug: Any `kwargs` in the `count_children()` methods of the `Activity` and `Part` classes were not being forwarded to the actual function. Now filters such as `name__contains` are properly supported. v3.9.4 (23DEC20) ---------------- diff --git a/pykechain/__about__.py b/pykechain/__about__.py index 59a7e84c1..f498acf0b 100644 --- a/pykechain/__about__.py +++ b/pykechain/__about__.py @@ -2,7 +2,7 @@ name = 'pykechain' description = 'KE-chain Python SDK' -version = '3.9.4' +version = '3.9.5' author = 'KE-works BV' email = 'support+pykechain@ke-works.com'