From 754f782c4e0a0a65e58f73d593a35909fb6d5f76 Mon Sep 17 00:00:00 2001 From: Jochem Berends Date: Wed, 3 May 2017 15:17:15 +0200 Subject: [PATCH] version and changelog --- CHANGELOG.rst | 11 +++++------ pykechain/__about__.py | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9c3f58c90..90a924f15 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,17 +4,16 @@ Change Log pykechain changelog 1.6.0 (3MAY17) ------------------- +-------------- * Added a `Part.model()` method to retrieve the model from an instance. + * (Backwards Incompatibile) The task configuration (association) API is updated to the + latest KE-chain release (release 2.1.0b-sprint119 30MAR17). This affects the `activity.configure()` method. + This change is not compatible with older KE-chain 2 releases. For older KE-chain 2 releases use a + pykechain version < 1.6 * Added `Getting Started`_ documentation page for pykechain using jupyter notebooks * Documentation update for the reference property * Updated documentation according to PEP257 - * (Backwards Incompatibile) The task configuration (association) API is updated to the - latest KE-chain release (release 2.1.0b-sprint119 30MAR17). This affects the `task.configure()` method. - This change is not compatible with older KE-chain 2 releases and updating of activities will fail for - older KE-chain releases. - .. _Getting Started: http://pykechain.readthedocs.io/en/latest/notebooks/00_getting_started.html 1.5.1 (6APR17) diff --git a/pykechain/__about__.py b/pykechain/__about__.py index 535b492cb..3cec4b254 100644 --- a/pykechain/__about__.py +++ b/pykechain/__about__.py @@ -2,7 +2,7 @@ name = 'pykechain' description = 'KE-chain Python SDK' -version = '1.6.0-rc1' +version = '1.6.0' author = 'KE-works BV' email = 'support+pykechain@ke-works.com'