Skip to content

Commit

Permalink
Updated patch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
terricain committed Sep 21, 2022
1 parent 524973e commit 6e9cd0a
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 77 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

10.1.0 (2022-09-21)
-------------------

* Bumped aiobotocore to 2.4.0 - thanks @abivolmv

10.0.0 (2022-08-10)
-------------------

Expand Down
1 change: 1 addition & 0 deletions aioboto3/resources/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ async def do_action(self, *args, **kwargs):
self.meta.data = None

return response

lazy_docstring = docstring.ActionDocstring(
resource_name=resource_name,
event_emitter=factory_self._emitter,
Expand Down
Loading

0 comments on commit 6e9cd0a

Please sign in to comment.