We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a64e3 commit 2d219ffCopy full SHA for 2d219ff
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "4.3.0-dev"
+version = "4.3.0"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,21 @@
Change log
==========
3
4
+4.3.0
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/66?closed=1)
8
9
+### Features
10
+- Add `DeviceRequest` type to expose host resources such as GPUs
11
+- Add support for `DriverOpts` in EndpointConfig
12
+- Disable compression by default when using container.get_archive method
13
14
+### Miscellaneous
15
+- Update default API version to v1.39
16
+- Update test engine version to 19.03.12
17
18
19
4.2.2
20
-----
21
0 commit comments