diff options
author | Joffrey F <joffrey@docker.com> | 2019-05-18 19:53:53 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2019-05-18 20:05:20 -0700 |
commit | 307e2b3eda7198cbc991a8fbc2bce25b08e9eb9f (patch) | |
tree | 20b2ce3401ac29af32913e25feedddeccad1fe6d | |
parent | 4d08f2c33d0cd15413c5dd0fd5a16e22436b3e81 (diff) | |
download | docker-py-4.0.1-release.tar.gz |
Changelog 4.0.14.0.1-release
Signed-off-by: Joffrey F <joffrey@docker.com>
-rw-r--r-- | docs/change-log.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 53e9f20..4032249 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,20 @@ Change log ========== +4.0.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/60?closed=1) + +### Bugfixes + +- Fixed an obsolete import in the `credentials` subpackage that caused import errors in + Python 3.7 + +### Miscellaneous + +- Docs building has been repaired + 4.0.0 ----- |