Kaydet (Commit) a6f12777 authored tarafından Joffrey F's avatar Joffrey F

Bump version to 1.10.4 ; Update changelog

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 213dc8f7
version = "1.10.3"
version = "1.10.4"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
Change Log
==========
1.10.4
------
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/24?closed=1)
### Bugfixes
* Fixed an issue where `RestartPolicy.condition_types.ON_FAILURE` would yield
an invalid value.
* Fixed an issue where the SSL connection adapter would receive an invalid
argument.
* Fixed an issue that caused the Client to fail to reach API endpoints when
the provided `base_url` had a trailing slash.
* Fixed a bug where some `environment` values in `create_container`
containing unicode characters would raise an encoding error.
* Fixed a number of issues tied with named pipe transport on Windows.
### Miscellaneous
* Adjusted version requirements for the `requests` library.
1.10.3
------
......
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