mirror of https://github.com/docker/docker-py.git
Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
9acb9421ac |
|
@ -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(".")])
|
||||
|
|
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in New Issue