Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump 3.7.2
Signed-off-by: Ulysses Souza <[email protected]>
  • Loading branch information
Ulysses Souza committed Mar 28, 2019
commit 8f2d9a5687c2358cea364a1d4d64fb1c8d0af7c4
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "3.7.1"
version = "3.7.2"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
11 changes: 11 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change log
==========

3.7.2
-----

[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/59?closed=1)

### Bugfixes

* Fix base_url to keep TCP protocol on utils.py by letting the responsability of changing the
protocol to `parse_host` afterwards, letting `base_url` with the original value.
* XFAIL test_attach_stream_and_cancel on TLS

3.7.1
-----

Expand Down