diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03d65bca4..ef49475ca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,11 +3,11 @@ Change Log pykechain changelog -1.10 (18AUG17 UNRELEASED) ------------------------ +1.10.0 (18AUG17) +---------------- * Ability to edit the status of an `Activity`. Please refer to the `ActivityStatus` enumerations. * Ability to sort properties of a `Part` model. - * Upgraded the requirements of dependent packages for development. + * Upgraded the requirements of dependent packages for development. * Added tests for all new features to get the > 95% coverage * Updated the documentation. diff --git a/pykechain/__about__.py b/pykechain/__about__.py index 518fcc2f6..5bab79fef 100644 --- a/pykechain/__about__.py +++ b/pykechain/__about__.py @@ -2,7 +2,7 @@ name = 'pykechain' description = 'KE-chain Python SDK' -version = '1.9.1' +version = '1.10.0' author = 'KE-works BV' email = 'support+pykechain@ke-works.com'