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 a821502 commit 805f5f4Copy full SHA for 805f5f4
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "4.1.0-dev"
+version = "4.0.2"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,20 @@
Change log
==========
3
4
+4.0.2
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/62?closed=1)
8
9
+### Bugfixes
10
11
+- Unified the way `HealthCheck` is created/configured
12
13
+### Miscellaneous
14
15
+- Bumped version of websocket-client
16
17
18
4.0.1
19
-----
20
0 commit comments