Skip to content

Commit 8f2d9a5

Browse files
author
Ulysses Souza
committed
Bump 3.7.2
Signed-off-by: Ulysses Souza <[email protected]>
1 parent cd59491 commit 8f2d9a5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-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.1"
1+
version = "3.7.2"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

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

4+
3.7.2
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/59?closed=1)
8+
9+
### Bugfixes
10+
11+
* Fix base_url to keep TCP protocol on utils.py by letting the responsability of changing the
12+
protocol to `parse_host` afterwards, letting `base_url` with the original value.
13+
* XFAIL test_attach_stream_and_cancel on TLS
14+
415
3.7.1
516
-----
617

0 commit comments

Comments
 (0)