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 3c3aa69 commit 0a016ffCopy full SHA for 0a016ff
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "5.0.0-dev"
+version = "5.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
+5.0.1
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/74?closed=1)
8
9
+### Bugfixes
10
+- Bring back support for ssh identity file
11
+- Cleanup remaining python-2 dependencies
12
+- Fix image save example in docs
13
14
+### Miscellaneous
15
+- Bump urllib3 to 1.26.5
16
+- Bump requests to 2.26.0
17
18
5.0.0
19
-----
20
0 commit comments