Skip to content

Commit

Permalink
chore: bump version to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMinarsch committed Mar 27, 2024
1 parent 2a70954 commit 5fb483f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ poetry install && poetry shell

## Release guide:

- Bump versions in `pyproject.toml` and `mech_client/__init__.py`
- Bump versions in `pyproject.toml`, `mech_client/__init__.py` and `SECURITY.md`
- `poetry lock`
- `rm -rf dist`
- `autonomy packages sync --update-packages`
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The following table shows which versions of `mech-client` are currently being su

| Version | Supported |
| --------- | ------------------ |
| `0.2.10` | :white_check_mark: |
| `< 0.2.10` | :x: |
| `0.2.11` | :white_check_mark: |
| `< 0.2.11` | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion mech_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Mech client."""

__version__ = "0.2.10"
__version__ = "0.2.11"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mech-client"
version = "0.2.10"
version = "0.2.11"
description = "Basic client to interact with a mech"
authors = ["David Minarsch <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 5fb483f

Please sign in to comment.