Skip to content

Commit 9923746

Browse files
committed
Bump 4.2.1
Signed-off-by: Ulysses Souza <[email protected]>
1 parent 67cad68 commit 9923746

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "4.2.0"
1+
version = "4.2.1"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change log
22
==========
33

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+
414
4.2.0
515
-----
616

0 commit comments

Comments
 (0)