Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 28, 2023
1 parent 259bc5d commit b65f44f
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.7 (2023-04-28)
### Fix
* **deps:** Update dependency semver to v3 ([`259bc5d`](https://github.com/nwhobart/pvb/commit/259bc5d7b681bba7d74373af465a86f7cb73ce49))

## v0.1.6 (2023-04-28)
### Fix
* **deps:** Update dependency prettytable to v3.7.0 ([`d5697df`](https://github.com/nwhobart/pvb/commit/d5697df80cbf2cb0fd6ed7288f6ad3509eae87b2))
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.6"
__version__ = "0.1.7"
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.6"
version = "0.1.7"
description = "A tool for posting Terraform provider versions to Slack"
authors = ["Nick Hobart <[email protected]>"]
packages = [
Expand Down

0 comments on commit b65f44f

Please sign in to comment.