mirror of https://github.com/docker/docker-py.git
parent
14e6184814
commit
43f87e9f63
|
@ -1,2 +1,2 @@
|
||||||
version = "2.4.1"
|
version = "2.4.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,10 +1,10 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
2.4.1
|
2.4.2
|
||||||
-----
|
-----
|
||||||
|
|
||||||
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/35?closed=1)
|
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/36?closed=1)
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue