File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1- version = "1.8.1-dev "
1+ version = "1.8.1"
22version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ 1.8.1
5+ -----
6+
7+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/issues?q=milestone%3A1.8.0+is%3Aclosed )
8+
9+ ### Bugfixes
10+
11+ * Fixed a bug where calling ` login() ` against the default registry would fail
12+ with the 1.10.x engine
13+ * Fixed a bug where values in environment files would be parsed incorrectly if
14+ they contained an equal sign.
15+ * Switched to a better supported backport of the ` match_hostname ` function,
16+ fixing dependency issues in some environments.
17+
18+
4191.8.0
520-----
621
You can’t perform that action at this time.
0 commit comments