Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 26, 2023
1 parent a86da72 commit fb4fb2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
packages = [
Expand Down

0 comments on commit fb4fb2d

Please sign in to comment.