We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5df7b31 + d6e70e2 commit b98e240Copy full SHA for b98e240
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "1.8.1-dev"
+version = "1.8.1"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change_log.md
@@ -1,6 +1,21 @@
Change Log
==========
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
19
1.8.0
20
-----
21
0 commit comments