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"
2
2
version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
19
1.8.0
5
20
-----
6
21
You can’t perform that action at this time.
0 commit comments