Skip to content

Commit

Permalink
updated the requirement 'typing' in the setup.py, updated the changel…
Browse files Browse the repository at this point in the history
…og and version for a patch release.
  • Loading branch information
Jochem Berends committed Apr 6, 2017
1 parent de1ad0e commit 4b05b58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ Change Log

pykechain changelog

1.5.1 (6APR17)
--------------
* Patch release to include the python package typing.

1.5.0 (6APR17)
------------------
--------------

* Added ability to edit the part name and description functionality. See the `Part.edit()` method.
* Added the ability to use the bulk_update_properties API endpoint for KE-chain releases later then 2.1.0b. No need to
alter your pykechain code. The implementation of `Part.update()` method is augmented to use this faster method of
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.5.0'
version = '1.5.1'

author = 'KE-works BV'
email = 'support+pykechain@ke-works.com'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['requests', 'envparse'],
install_requires=['requests', 'envparse', 'typing'],

setup_requires=['pytest-runner'],
tests_require=['pytest', 'betamax'],
Expand Down

0 comments on commit 4b05b58

Please sign in to comment.