Compare commits

...

1 Commits
main ... 5.0.2

Author SHA1 Message Date
Anca Iordache 23cc7b6d8d Update changelog for 5.0.2 release
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-09-01 19:10:59 +02:00
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -1,6 +1,14 @@
Change log
==========
5.0.2
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/75?closed=1)
### Bugfixes
- Fix `disable_buffering` regression
5.0.1
-----