Skip to content

Commit e4cf97b

Browse files
committed
Bump version
Update Changelog Signed-off-by: Joffrey F <[email protected]>
1 parent e833881 commit e4cf97b

File tree

2 files changed

+18
-1
lines changed

2 files changed

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

docs/change_log.md

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

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+
421
1.10.2
522
------
623

0 commit comments

Comments
 (0)