Compare commits

...

1 Commits
main ... 4.4.3

Author SHA1 Message Date
aiordache 9acb9421ac release notes 4.4.3
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-02-18 15:26:07 +01:00
2 changed files with 9 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "4.5.0-dev"
version = "4.4.3"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

View File

@ -1,6 +1,14 @@
Change log
==========
4.4.3
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/72?closed=1)
### Bugfixes
- Fix SSH port parsing when shelling out to the ssh client
4.4.2
-----