We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e833881 commit e4cf97bCopy full SHA for e4cf97b
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "1.10.2"
+version = "1.10.3"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change_log.md
@@ -1,6 +1,23 @@
Change Log
==========
3
4
+1.10.3
5
+------
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.10.3+is%3Aclosed)
8
9
+### Bugfixes
10
11
+* Fixed an issue where identity tokens in configuration files weren't handled
12
+ by the library.
13
14
+### Miscellaneous
15
16
+* Increased the default number of connection pools from 10 to 25. This number
17
+ can now be configured using the `num_pools` parameter in the `Client`
18
+ constructor.
19
20
21
1.10.2
22
------
23
0 commit comments