diff options
| author | Ulysses Souza <ulysses.souza@docker.com> | 2019-03-28 14:23:19 +0100 |
|---|---|---|
| committer | Joffrey F <joffrey@docker.com> | 2019-05-18 19:33:48 -0700 |
| commit | efdac34ef4a99494d09f19832d5bc1c25523ff49 (patch) | |
| tree | 1feb9488db7afbf2f5433ee3ce7faaa514166501 /docs | |
| parent | ccd9ca494710cc77b100f89b3423ba99603fa030 (diff) | |
| download | docker-py-efdac34ef4a99494d09f19832d5bc1c25523ff49.tar.gz | |
Bump 3.7.2
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/change-log.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 9edfee2..d7c3361 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,17 @@ Change log ========== +3.7.2 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/59?closed=1) + +### Bugfixes + +* Fix base_url to keep TCP protocol on utils.py by letting the responsability of changing the +protocol to `parse_host` afterwards, letting `base_url` with the original value. +* XFAIL test_attach_stream_and_cancel on TLS + 3.7.1 ----- |
