Skip to content

Commit 0a016ff

Browse files
author
Anca Iordache
committed
Update changelog for 5.0.1 release
Signed-off-by: Anca Iordache <[email protected]>
1 parent 3c3aa69 commit 0a016ff

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "5.0.0-dev"
1+
version = "5.0.1"
22
version_info = tuple(int(d) for d in version.split("-")[0].split("."))

docs/change-log.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Change log
22
==========
33

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+
418
5.0.0
519
-----
620

0 commit comments

Comments
 (0)