Skip to content

Commit

Permalink
Merge pull request #944 from docker/1.7.1-release
Browse files Browse the repository at this point in the history
1.7.1 release
  • Loading branch information
shin- committed Feb 22, 2016
2 parents c3a66cc + 498c7d4 commit ffe5241
Show file tree
Hide file tree
Showing 2 changed files with 21 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.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
20 changes: 20 additions & 0 deletions docs/change_log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Change Log
==========

1.7.1
-----

[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.7.1+is%3Aclosed)

### Features

* Added support for `shm_size` in `Client.create_host_config`

### Bugfixes

* Fixed a bug where Dockerfile would sometimes be excluded from the build
context.
* Fixed a bug where a docker config file containing unknown keys would raise
an exception.
* Fixed an issue with SSL connections behaving improperly when pyOpenSSL
was installed in the same environment.
* Several TLS configuration improvements


1.7.0
-----

Expand Down

0 comments on commit ffe5241

Please sign in to comment.