We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7070346 + 287ab93 commit cc399d2Copy full SHA for cc399d2
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "1.8.0-dev"
+version = "1.7.2"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change_log.md
@@ -1,6 +1,16 @@
Change Log
==========
3
4
+1.7.2
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.7.2+is%3Aclosed)
8
9
+### Bugfixes
10
11
+* Fixed a bug where TLS verification was improperly executed when providing
12
+ a custom CA certificate.
13
14
1.7.1
15
-----
16
0 commit comments