Skip to content

Commit 23cc7b6

Browse files
author
Anca Iordache
committed
Update changelog for 5.0.2 release
Signed-off-by: Anca Iordache <[email protected]>
1 parent 264688e commit 23cc7b6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docker/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "5.1.0-dev"
1+
version = "5.0.2"
22
version_info = tuple(int(d) for d in version.split("-")[0].split("."))

docs/change-log.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change log
22
==========
33

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+
412
5.0.1
513
-----
614

0 commit comments

Comments
 (0)