mirror of https://github.com/docker/docker-py.git
Merge pull request #951 from docker/1.7.2-release
Prepare 1.7.2 release
This commit is contained in:
commit
cc399d22b4
|
@ -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(".")])
|
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
||||||
|
|
|
@ -1,6 +1,16 @@
|
||||||
Change Log
|
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
|
1.7.1
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue