From f675cf56c5a0392aa69dffd27f17b8eede4c4e57 Mon Sep 17 00:00:00 2001 From: Jochem Berends Date: Mon, 27 May 2024 09:43:04 +0200 Subject: [PATCH] Update version to 4.11.0 for release --- CHANGELOG.rst | 10 ++++------ pykechain/__about__.py | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 58c72016..25cebf19 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,13 +1,11 @@ Change Log ========== -UNRELEASED ----------- -* :+1: We upgraded the available python versions for service execution python scripts to 3.12 (default) or python 3.9 (legacy). We deprecated the functionality to work with python notebooks. (KE-4413) - -v4.11.0 (TBD) ----------------- +v4.11.0 (27MAY24) +----------------- * :+1: Added the `ShowScopeMembersOnly` representation on the `UserReferenceProperty`. (#1418) +* :+1: We upgraded the available python versions for service execution python scripts to 3.12 (default) or python 3.9 (legacy). We deprecated the functionality to work with python notebooks. (KE-4413) +* :+1: dependent versions for development v4.10.0 (5MAR24) ---------------- diff --git a/pykechain/__about__.py b/pykechain/__about__.py index 0fbe2a86..d954b860 100644 --- a/pykechain/__about__.py +++ b/pykechain/__about__.py @@ -1,7 +1,7 @@ name = "pykechain" description = "KE-chain Python SDK" -version = "4.10.0" +version = "4.11.0" author = "KE-works BV" email = "support+pykechain@ke-works.com"