Prepare 1.7.2 release

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-02-23 14:50:12 -08:00
parent 7070346516
commit 287ab93399
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
-----