Skip to content

Commit

Permalink
version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochem Berends committed May 3, 2017
1 parent c177be3 commit 754f782
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pykechain/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 754f782

Please sign in to comment.