Kaydet (Commit) b98e2409 authored tarafından Joffrey F's avatar Joffrey F

Merge pull request #1051 from docker/1.8.1-release

1.8.1 release
version = "1.8.1-dev"
version = "1.8.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
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
-----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment