summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/version.py2
-rw-r--r--docs/change-log.md14
2 files changed, 15 insertions, 1 deletions
diff --git a/docker/version.py b/docker/version.py
index f141747..635e84c 100644
--- a/docker/version.py
+++ b/docker/version.py
@@ -1,2 +1,2 @@
-version = "3.0.0"
+version = "3.0.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 08d4e8f..8ae88ef 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,20 @@
Change log
==========
+3.0.1
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/43?closed=1)
+
+### Bugfixes
+
+* Fixed a bug where `APIClient.login` didn't populate the `_auth_configs`
+ dictionary properly, causing subsequent `pull` and `push` operations to fail
+* Fixed a bug where some build context files were incorrectly recognized as
+ being inaccessible.
+* Fixed a bug where files with a negative mtime value would
+ cause errors when included in a build context
+
3.0.0
-----