Skip to content

Commit

Permalink
Release 4.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: aiordache <anca.iordache@docker.com>
  • Loading branch information
aiordache committed Feb 15, 2021
1 parent 93e02ab commit 98eadb9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "4.5.0-dev"
version = "4.4.2"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
13 changes: 13 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change log
==========

4.4.2
-----

[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/71?closed=1)

### Bugfixes
- Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden
- Fix docs example

### Miscellaneous
- Add Python3.8 and 3.9 in setup.py classifier list


4.4.1
-----

Expand Down

0 comments on commit 98eadb9

Please sign in to comment.