Merge pull request #2884 from aiordache/changelog_update_5.0.1

Update changelog post-release 5.0.1
This commit is contained in:
Anca Iordache 2021-09-01 18:46:28 +02:00 committed by GitHub
commit d06db4d9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "5.0.0-dev"
version = "5.1.0-dev"
version_info = tuple(int(d) for d in version.split("-")[0].split("."))

View File

@ -1,6 +1,20 @@
Change log
==========
5.0.1
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/74?closed=1)
### Bugfixes
- Bring back support for ssh identity file
- Cleanup remaining python-2 dependencies
- Fix image save example in docs
### Miscellaneous
- Bump urllib3 to 1.26.5
- Bump requests to 2.26.0
5.0.0
-----