Unverified Kaydet (Commit) 142db4b3 authored tarafından Chris Crone's avatar Chris Crone Kaydeden (comit) GitHub

Merge pull request #2284 from ulyssessouza/master

Update changelog and next milestone
version = "3.8.0-dev"
version = "4.0.0-dev"
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