Skip to content

Commit b98e240

Browse files
committed
Merge pull request #1051 from docker/1.8.1-release
1.8.1 release
2 parents 5df7b31 + d6e70e2 commit b98e240

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docker/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.8.1-dev"
1+
version = "1.8.1"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change_log.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change 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+
419
1.8.0
520
-----
621

0 commit comments

Comments
 (0)