We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1c7eb commit 43e56fdCopy full SHA for 43e56fd
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "4.4.0-dev"
+version = "4.3.1"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,18 @@
Change log
==========
3
4
+
5
+4.3.1
6
+-----
7
8
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/68?closed=1)
9
10
+### Miscellaneous
11
+- Set default API version to `auto`
12
+- Fix conversion to bytes for `float`
13
+- Support OpenSSH `identityfile` option
14
15
16
4.3.0
17
-----
18
0 commit comments