We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264688e commit 23cc7b6Copy full SHA for 23cc7b6
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "5.1.0-dev"
+version = "5.0.2"
2
version_info = tuple(int(d) for d in version.split("-")[0].split("."))
docs/change-log.md
@@ -1,6 +1,14 @@
Change log
==========
3
4
+5.0.2
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/75?closed=1)
8
9
+### Bugfixes
10
+- Fix `disable_buffering` regression
11
12
5.0.1
13
-----
14
0 commit comments