Skip to content

Commit

Permalink
Merge pull request #2884 from aiordache/changelog_update_5.0.1
Browse files Browse the repository at this point in the history
Update changelog post-release 5.0.1
  • Loading branch information
aiordache authored Sep 1, 2021
2 parents dbb28a5 + c5fc193 commit d06db4d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -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("."))
14 changes: 14 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down

0 comments on commit d06db4d

Please sign in to comment.