Skip to content

Commit

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

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

## v0.1.10 (2023-05-08)
### Fix
* **deps:** Update dependency redis to v4.5.5 ([`485fdf5`](https://github.com/nwhobart/pvb/commit/485fdf5fe85832034ed3ae93cbfc53785f2485ee))

## v0.1.9 (2023-05-05)
### Fix
* **deps:** Update dependency requests to v2.30.0 ([`d868a92`](https://github.com/nwhobart/pvb/commit/d868a92ddef175ad3fda513b7be546c700589b0b))
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.9"
__version__ = "0.1.10"
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.1.9"
version = "0.1.10"
description = "A tool for posting Terraform provider versions to Slack"
authors = ["Nick Hobart <[email protected]>"]
packages = [
Expand Down

0 comments on commit df90f3a

Please sign in to comment.