Skip to content

Commit

Permalink
Merge pull request #951 from docker/1.7.2-release
Browse files Browse the repository at this point in the history
Prepare 1.7.2 release
  • Loading branch information
shin- committed Feb 23, 2016
2 parents 7070346 + 287ab93 commit cc399d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -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(".")])
10 changes: 10 additions & 0 deletions docs/change_log.md
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down

0 comments on commit cc399d2

Please sign in to comment.