We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e02ab commit 98eadb9Copy full SHA for 98eadb9
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "4.5.0-dev"
+version = "4.4.2"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,19 @@
Change log
==========
3
4
+4.4.2
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/71?closed=1)
8
9
+### Bugfixes
10
+- Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden
11
+- Fix docs example
12
13
+### Miscellaneous
14
+- Add Python3.8 and 3.9 in setup.py classifier list
15
16
17
4.4.1
18
-----
19
0 commit comments