Skip to content

Commit

Permalink
Post release 4.2.0 update:
Browse files Browse the repository at this point in the history
- Changelog
- Next Version

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
Signed-off-by: Mariano Scazzariello <marianoscazzariello@gmail.com>
  • Loading branch information
ulyssessouza authored and Skazza94 committed Feb 19, 2020
1 parent 900032d commit 328ca50
Show file tree
Hide file tree
Showing 2 changed files with 17 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.2.0-dev"
version = "4.3.0-dev"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
16 changes: 16 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Change log
==========

4.2.0
-----

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

### Bugfixes

- Fix `win32pipe.WaitNamedPipe` throw exception in Windows containers
- Use `Hostname`, `Username`, `Port` and `ProxyCommand` settings from `.ssh/config` when on SSH
- Set host key policy for ssh transport to `paramiko.WarningPolicy()`
- Set logging level of `paramiko` to warn

### Features

- Add support for docker contexts through `docker.ContextAPI`

4.1.0
-----

Expand Down

0 comments on commit 328ca50

Please sign in to comment.