mirror of https://github.com/docker/docker-py.git
Bump 4.0.2
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
This commit is contained in:
parent
20b5491363
commit
46fdeffb10
|
@ -1,2 +1,2 @@
|
||||||
version = "4.1.0-dev"
|
version = "4.0.2"
|
||||||
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
||||||
|
|
|
@ -1,6 +1,20 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
4.0.2
|
||||||
|
-----
|
||||||
|
|
||||||
|
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/62?closed=1)
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- Unified the way `HealthCheck` is created/configured
|
||||||
|
|
||||||
|
### Miscellaneous
|
||||||
|
|
||||||
|
- Bumped version of websocket-client
|
||||||
|
|
||||||
|
|
||||||
4.0.1
|
4.0.1
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue