We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de7bab commit 8649f48Copy full SHA for 8649f48
2 files changed
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "3.0.0"
+version = "3.0.1"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,20 @@
Change log
==========
3
4
+3.0.1
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/43?closed=1)
8
9
+### Bugfixes
10
11
+* Fixed a bug where `APIClient.login` didn't populate the `_auth_configs`
12
+ dictionary properly, causing subsequent `pull` and `push` operations to fail
13
+* Fixed a bug where some build context files were incorrectly recognized as
14
+ being inaccessible.
15
+* Fixed a bug where files with a negative mtime value would
16
+ cause errors when included in a build context
17
18
3.0.0
19
-----
20
0 commit comments