Skip to content

Commit

Permalink
updating changelog of 1.10 and version to 1.10.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochem Berends committed Aug 18, 2017
1 parent 5896d39 commit 51562a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ Change Log

pykechain changelog

1.10.1 (18AUG17)
----------------
* updated incorrect tests related to `Activity.associated_parts()`. (#96, #149)

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.
* Ability to edit the status of an `Activity`. Please refer to the `ActivityStatus` enumerations. (#163)
* Ability to sort properties of a `Part` model. (#141)
* Upgraded the requirements of dependent packages for development. (#152, #160, #159, #153, #157, #154)
* Added tests for all new features to get the > 95% coverage
* Updated the documentation.

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.10.0'
version = '1.10.1'

author = 'KE-works BV'
email = 'support+pykechain@ke-works.com'

0 comments on commit 51562a0

Please sign in to comment.