Skip to content

Commit

Permalink
version and changelog for release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochem Berends committed Jan 9, 2023
1 parent 264f798 commit d0e3481
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Change Log
==========

vUNRELEASED
v4.4.0 (9JAN23)
---------------
* :+1: Added the possibility to import `Parts` from an `Excel` file (#931)
* :+1: Added a new endpoint for to help with reordering `Properties` (#1254)
* :+1: Added the possibility to clone `Widgets` from one `Form status` to another (#1219)
* :star: Added the possibility to import `Parts` from an `Excel` file (#931)
* :star: Added a new endpoint for to help with reordering `Properties` (#1254)
* :star: Added the possibility to clone `Widgets` from one `Form status` to another (#1219)
* :+1: Switched to dependabot for package version and security monitoring.
* :+1: dependent versions for development: jsonschema (4.17.3), pytest (7.2.0), pytest-xdist (3.1.0), coverage (7.0.4), pytest-cov (4.0.0), flake8 (6.0.0), importlib-metadata (6.0.0), pydocstyle (6.2.3), mypy (0.991), pre-commit (2.21.0), pytz (2022.7)


v4.3.0 (7NOV22)
---------------
Expand Down
2 changes: 1 addition & 1 deletion pykechain/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "pykechain"
description = "KE-chain Python SDK"

version = "4.3.0"
version = "4.4.0"

author = "KE-works BV"
email = "support+pykechain@ke-works.com"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mypy==0.991; python_version >= '3.4'
pre-commit==2.21.0

# for package management (uploads)
twine==4.0.2; python_version >= '3.7'
twine~=4.0; python_version >= '3.7'
twine~=3.0; python_version <= '3.6'

pytz==2022.7

0 comments on commit d0e3481

Please sign in to comment.