mirror of https://github.com/docker/docker-py.git
Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
23cc7b6d8d |
|
@ -1,2 +1,2 @@
|
|||
version = "5.1.0-dev"
|
||||
version = "5.0.2"
|
||||
version_info = tuple(int(d) for d in version.split("-")[0].split("."))
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
5.0.2
|
||||
-----
|
||||
|
||||
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/75?closed=1)
|
||||
|
||||
### Bugfixes
|
||||
- Fix `disable_buffering` regression
|
||||
|
||||
5.0.1
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in New Issue