Bump version

Update Changelog

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-09-16 11:54:06 -07:00
parent e833881577
commit e4cf97bc7b
2 changed files with 18 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "1.10.2"
version = "1.10.3"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

View File

@ -1,6 +1,23 @@
Change Log
==========
1.10.3
------
[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.10.3+is%3Aclosed)
### Bugfixes
* Fixed an issue where identity tokens in configuration files weren't handled
by the library.
### Miscellaneous
* Increased the default number of connection pools from 10 to 25. This number
can now be configured using the `num_pools` parameter in the `Client`
constructor.
1.10.2
------