Skip to content

Commit 98eadb9

Browse files
author
aiordache
committed
Release 4.4.2
Signed-off-by: aiordache <[email protected]>
1 parent 93e02ab commit 98eadb9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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.2"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

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

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+
417
4.4.1
518
-----
619

0 commit comments

Comments
 (0)