Skip to content

Commit a6f1277

Browse files
committed
Bump version to 1.10.4 ; Update changelog
Signed-off-by: Joffrey F <[email protected]>
1 parent 213dc8f commit a6f1277

File tree

2 files changed

+23
-1
lines changed

2 files changed

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

docs/change_log.md

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

4+
1.10.4
5+
------
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/24?closed=1)
8+
9+
### Bugfixes
10+
11+
* Fixed an issue where `RestartPolicy.condition_types.ON_FAILURE` would yield
12+
an invalid value.
13+
* Fixed an issue where the SSL connection adapter would receive an invalid
14+
argument.
15+
* Fixed an issue that caused the Client to fail to reach API endpoints when
16+
the provided `base_url` had a trailing slash.
17+
* Fixed a bug where some `environment` values in `create_container`
18+
containing unicode characters would raise an encoding error.
19+
* Fixed a number of issues tied with named pipe transport on Windows.
20+
21+
### Miscellaneous
22+
23+
* Adjusted version requirements for the `requests` library.
24+
25+
426
1.10.3
527
------
628

0 commit comments

Comments
 (0)