Skip to content

Commit 79d3582

Browse files
authored
Merge pull request #54 from valory-xyz/release/v0.2.17
release: v0.2.17
2 parents 5612805 + 70ab7d9 commit 79d3582

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

SECURITY.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This document outlines security procedures and general policies for the `mech-cl
66

77
The following table shows which versions of `mech-client` are currently being supported with security updates.
88

9-
| Version | Supported |
10-
| --------- | ------------------ |
11-
| `0.2.16` | :white_check_mark: |
12-
| `< 0.2.16` | :x: |
9+
| Version | Supported |
10+
|------------| ------------------ |
11+
| `0.2.17` | :white_check_mark: |
12+
| `< 0.2.17` | :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.16"
3+
__version__ = "0.2.17"

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.16"
3+
version = "0.2.17"
44
description = "Basic client to interact with a mech"
55
authors = ["David Minarsch <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)