From fb4fb2d601928c55195d16723c5cca4250bcdfc8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 26 Jun 2023 15:53:24 +0000 Subject: [PATCH] 0.2.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ __init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d36a57..2b48d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.2.4 (2023-06-26) + +### Fix + +* **deps:** Update dependency redis to v4.6.0 ([`a86da72`](https://github.com/nwhobart/pvb/commit/a86da7298b7299d4dd0bfc1603806544f2195256)) + ## v0.2.3 (2023-06-14) ### Fix diff --git a/__init__.py b/__init__.py index d31c31e..788da1f 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -__version__ = "0.2.3" +__version__ = "0.2.4" diff --git a/pyproject.toml b/pyproject.toml index 78c1f25..0410d0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ build_command = "pip install poetry && poetry build" [tool.poetry] name = "pvb" -version = "0.2.3" +version = "0.2.4" description = "A tool for posting Terraform provider versions to Slack" authors = ["Nick Hobart "] packages = [