summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <f.joffrey@gmail.com>2016-04-29 15:20:19 -0700
committerJoffrey F <f.joffrey@gmail.com>2016-04-29 15:20:19 -0700
commitb98e24095894d6a7a667b3c978ede2e92598db71 (patch)
tree5583b0609dbcfc1cebf1b5b68d7e7ca9f671badc
parent5df7b317e4bd6d871feac924a46f6fcce21e5a7a (diff)
parentd6e70e2c40bad175925e9276da0788815de0385d (diff)
downloaddocker-py-b98e24095894d6a7a667b3c978ede2e92598db71.tar.gz
Merge pull request #1051 from docker/1.8.1-release1.8.1
1.8.1 release
-rw-r--r--docker/version.py2
-rw-r--r--docs/change_log.md15
2 files changed, 16 insertions, 1 deletions
diff --git a/docker/version.py b/docker/version.py
index 8c26874..4b7b86c 100644
--- a/docker/version.py
+++ b/docker/version.py
@@ -1,2 +1,2 @@
-version = "1.8.1-dev"
+version = "1.8.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
diff --git a/docs/change_log.md b/docs/change_log.md
index f891379..be818df 100644
--- a/docs/change_log.md
+++ b/docs/change_log.md
@@ -1,6 +1,21 @@
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
-----