Skip to content

Commit a88cb4f

Browse files
committed
chore: release v3.2.1
1 parent d9a9cd6 commit a88cb4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ includes the following:
313313

314314
## Change Log
315315

316-
### v3.2.0
316+
### v3.2.1
317317

318318
- Add optional `pre_hook_with_context` method to the `Command` base class,
319319
which takes a single parameter called `context`. The value of that parameter

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ <h3 id="roadmap">Roadmap</h3>
316316
&#34;&#34;&#34;
317317

318318
name = &#34;awsrun&#34;
319-
__version__ = &#34;3.2.0&#34;</code></pre>
319+
__version__ = &#34;3.2.1&#34;</code></pre>
320320
</details>
321321
</section>
322322
<section>

src/awsrun/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@
122122
"""
123123

124124
name = "awsrun"
125-
__version__ = "3.2.0"
125+
__version__ = "3.2.1"

0 commit comments

Comments
 (0)