Bump 4.0.2

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
This commit is contained in:
Djordje Lukic 2019-06-20 12:58:09 +02:00
parent 20b5491363
commit 46fdeffb10
2 changed files with 15 additions and 1 deletions

View File

@ -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(".")])

View File

@ -1,6 +1,20 @@
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
-----