Compare commits

...

1 Commits
main ... 4.3.1

Author SHA1 Message Date
aiordache 43e56fd3fe 4.3.1 release
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-08-21 10:28:51 +02:00
2 changed files with 13 additions and 1 deletions

View File

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

View File

@ -1,6 +1,18 @@
Change log
==========
4.3.1
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/68?closed=1)
### Miscellaneous
- Set default API version to `auto`
- Fix conversion to bytes for `float`
- Support OpenSSH `identityfile` option
4.3.0
-----