File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Change log
4
4
2.2.1
5
5
-----
6
6
7
- [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone/31 ?closed=1 )
7
+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone/32 ?closed=1 )
8
8
9
9
### Bugfixes
10
10
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Container objects
40
40
.. automethod :: logs
41
41
.. automethod :: pause
42
42
.. automethod :: put_archive
43
+ .. automethod :: reload
43
44
.. automethod :: remove
44
45
.. automethod :: rename
45
46
.. automethod :: resize
Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ Secret objects
26
26
27
27
The raw representation of this object from the server.
28
28
29
+ .. automethod :: reload
29
30
.. automethod :: remove
You can’t perform that action at this time.
0 commit comments