Skip to content

Commit 43e56fd

Browse files
author
aiordache
committed
4.3.1 release
Signed-off-by: aiordache <[email protected]>
1 parent 2b1c7eb commit 43e56fd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docker/version.py

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

docs/change-log.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change log
22
==========
33

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+
416
4.3.0
517
-----
618

0 commit comments

Comments
 (0)