mirror of https://github.com/docker/docker-py.git
Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
43e56fd3fe |
|
@ -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(".")])
|
||||
|
|
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in New Issue