Skip to content

Commit 3b4eb5f

Browse files
committed
release: v0.2.20.post1
1 parent d6f8eb8 commit 3b4eb5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The following table shows which versions of `mech-client` are currently being su
88

99
| Version | Supported |
1010
|------------| ------------------ |
11-
| `0.2.20` | :white_check_mark: |
12-
| `< 0.2.20` | :x: |
11+
| `0.2.20.post1` | :white_check_mark: |
12+
| `< 0.2.20.post1` | :x: |
1313

1414
## Reporting a Vulnerability
1515

mech_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Mech client."""
22

3-
__version__ = "0.2.20"
3+
__version__ = "0.2.20.post1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mech-client"
3-
version = "0.2.20"
3+
version = "0.2.20.post1"
44
description = "Basic client to interact with a mech"
55
authors = ["David Minarsch <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)