Kaydet (Commit) 963818a4 authored tarafından Ulysses Souza's avatar Ulysses Souza

Bump 3.7.1

Signed-off-by: 's avatarUlysses Souza <ulysses.souza@docker.com>
üst 89485bf2
version = "3.7.0"
version = "3.7.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
Change log
==========
3.7.1
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/58?closed=1)
### Bugfixes
* Set a different default number (which is now 9) for SSH pools
* Adds a BaseHTTPAdapter with a close method to ensure that the
pools is clean on close()
* Makes SSHHTTPAdapter reopen a closed connection when needed
like the others
3.7.0
-----
......
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