mirror of https://github.com/docker/docker-py.git
Bump 4.2.1
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
67cad6842c
commit
9923746095
|
@ -1,2 +1,2 @@
|
|||
version = "4.2.0"
|
||||
version = "4.2.1"
|
||||
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
||||
|
|
|
@ -1,6 +1,16 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
4.2.1
|
||||
-----
|
||||
|
||||
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/65?closed=1)
|
||||
|
||||
### Features
|
||||
|
||||
- Add option on when to use `tls` on Context constructor
|
||||
- Make context orchestrator field optional
|
||||
|
||||
4.2.0
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in New Issue