Skip to content

Commit

Permalink
Merge pull request #1051 from docker/1.8.1-release
Browse files Browse the repository at this point in the history
1.8.1 release
  • Loading branch information
shin- committed Apr 29, 2016
2 parents 5df7b31 + d6e70e2 commit b98e240
Show file tree
Hide file tree
Showing 2 changed files with 16 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.1-dev"
version = "1.8.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
15 changes: 15 additions & 0 deletions docs/change_log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change Log
==========

1.8.1
-----

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

### Bugfixes

* Fixed a bug where calling `login()` against the default registry would fail
with the 1.10.x engine
* Fixed a bug where values in environment files would be parsed incorrectly if
they contained an equal sign.
* Switched to a better supported backport of the `match_hostname` function,
fixing dependency issues in some environments.


1.8.0
-----

Expand Down

0 comments on commit b98e240

Please sign in to comment.