Skip to content

Commit

Permalink
Update changelog for 5.0.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
  • Loading branch information
aiordache committed Oct 7, 2021
1 parent 7172269 commit 3686248
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "5.1.0-dev"
version = "5.0.3"
version_info = tuple(int(d) for d in version.split("-")[0].split("."))
15 changes: 15 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change log
==========

5.0.3
-----

[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/76?closed=1)

### Features
- Add `cap_add` and `cap_drop` parameters to service create and ContainerSpec
- Add `templating` parameter to config create

### Bugfixes
- Fix getting a read timeout for logs/attach with a tty and slow output

### Miscellaneous
- Fix documentation examples

5.0.2
-----

Expand Down

0 comments on commit 3686248

Please sign in to comment.