Skip to content

Commit

Permalink
Update changelog for 4.4.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: aiordache <anca.iordache@docker.com>
  • Loading branch information
aiordache committed Nov 23, 2020
1 parent 4328197 commit cb2aedf
Show file tree
Hide file tree
Showing 2 changed files with 19 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.4.0-dev"
version = "4.4.0"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
18 changes: 18 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Change log
==========

4.4.0
-----

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

### Features
- Add an alternative SSH connection to the paramiko one, based on shelling out to the SSh client. Similar to the behaviour of Docker cli
- Default image tag to `latest` on `pull`

### Bugfixes
- Fix plugin model upgrade
- Fix examples URL in ulimits

### Miscellaneous
- Improve exception messages for server and client errors
- Bump cryptography from 2.3 to 3.2


4.3.1
-----

Expand Down

0 comments on commit cb2aedf

Please sign in to comment.