Skip to content

Commit 3686248

Browse files
author
Anca Iordache
committed
Update changelog for 5.0.3 release
Signed-off-by: Anca Iordache <[email protected]>
1 parent 7172269 commit 3686248

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-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.3"
22
version_info = tuple(int(d) for d in version.split("-")[0].split("."))

docs/change-log.md

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

4+
5.0.3
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/76?closed=1)
8+
9+
### Features
10+
- Add `cap_add` and `cap_drop` parameters to service create and ContainerSpec
11+
- Add `templating` parameter to config create
12+
13+
### Bugfixes
14+
- Fix getting a read timeout for logs/attach with a tty and slow output
15+
16+
### Miscellaneous
17+
- Fix documentation examples
18+
419
5.0.2
520
-----
621

0 commit comments

Comments
 (0)