Skip to content

Commit d06db4d

Browse files
authored
Merge pull request #2884 from aiordache/changelog_update_5.0.1
Update changelog post-release 5.0.1
2 parents dbb28a5 + c5fc193 commit d06db4d

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.1.0-dev"
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)