Merge pull request #2284 from ulyssessouza/master

Update changelog and next milestone
This commit is contained in:
Chris Crone 2019-03-20 15:27:32 +01:00 committed by GitHub
commit 142db4b3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "3.8.0-dev"
version = "4.0.0-dev"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

View File

@ -1,6 +1,19 @@
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
-----