We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cad68 commit 9923746Copy full SHA for 9923746
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "4.2.0"
+version = "4.2.1"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,16 @@
Change log
==========
3
4
+4.2.1
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/65?closed=1)
8
9
+### Features
10
11
+- Add option on when to use `tls` on Context constructor
12
+- Make context orchestrator field optional
13
14
4.2.0
15
-----
16
0 commit comments