Merge pull request #951 from docker/1.7.2-release

Prepare 1.7.2 release
This commit is contained in:
Joffrey F 2016-02-23 15:07:37 -08:00
commit cc399d22b4
2 changed files with 11 additions and 1 deletions

View File

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

View File

@ -1,6 +1,16 @@
Change Log
==========
1.7.2
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.7.2+is%3Aclosed)
### Bugfixes
* Fixed a bug where TLS verification was improperly executed when providing
a custom CA certificate.
1.7.1
-----