Skip to content

Commit 9acb942

Browse files
author
aiordache
committed
release notes 4.4.3
Signed-off-by: aiordache <[email protected]>
1 parent e6689e0 commit 9acb942

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docker/version.py

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

docs/change-log.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change log
22
==========
33

4+
4.4.3
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/72?closed=1)
8+
9+
### Bugfixes
10+
- Fix SSH port parsing when shelling out to the ssh client
11+
412
4.4.2
513
-----
614

0 commit comments

Comments
 (0)