Skip to content

Commit 963818a

Browse files
author
Ulysses Souza
committed
Bump 3.7.1
Signed-off-by: Ulysses Souza <[email protected]>
1 parent 89485bf commit 963818a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "3.7.0"
1+
version = "3.7.1"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Change log
22
==========
33

4+
3.7.1
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/58?closed=1)
8+
9+
### Bugfixes
10+
11+
* Set a different default number (which is now 9) for SSH pools
12+
* Adds a BaseHTTPAdapter with a close method to ensure that the
13+
pools is clean on close()
14+
* Makes SSHHTTPAdapter reopen a closed connection when needed
15+
like the others
16+
417
3.7.0
518
-----
619

0 commit comments

Comments
 (0)