Kaydet (Commit) 8f2d9a56 authored tarafından Ulysses Souza's avatar Ulysses Souza

Bump 3.7.2

Signed-off-by: 's avatarUlysses Souza <ulysses.souza@docker.com>
üst cd59491b
version = "3.7.1"
version = "3.7.2"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
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
-----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment