mirror of https://github.com/docker/docker-py.git
Bump 4.2.2
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
This commit is contained in:
parent
26a7f85af7
commit
e18a64b630
|
@ -1,2 +1,2 @@
|
|||
version = "4.3.0-dev"
|
||||
version = "4.2.2"
|
||||
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
4.2.2
|
||||
-----
|
||||
|
||||
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/66?closed=1)
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- Fix context load for non-docker endpoints
|
||||
|
||||
4.2.1
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in New Issue