Skip to content

Commit cc399d2

Browse files
committed
Merge pull request #951 from docker/1.7.2-release
Prepare 1.7.2 release
2 parents 7070346 + 287ab93 commit cc399d2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docker/version.py

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

docs/change_log.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change Log
22
==========
33

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+
414
1.7.1
515
-----
616

0 commit comments

Comments
 (0)