We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7172269 commit 3686248Copy full SHA for 3686248
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "5.1.0-dev"
+version = "5.0.3"
2
version_info = tuple(int(d) for d in version.split("-")[0].split("."))
docs/change-log.md
@@ -1,6 +1,21 @@
Change log
==========
3
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
19
5.0.2
20
-----
21
0 commit comments