Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 26, 2023
1 parent c532ab8 commit cb67f36
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
@@ -1,3 +1,9 @@
## 0.3.1 (2023-05-26)

### Fix

- additional handlers for no title, unexpected queue length percentage

## 0.3.0 (2023-05-25)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ version_files = [
"pyproject.toml:version",
"setup.py:version"
]
version = "0.3.0"
version = "0.3.1"
tag_format = "$major.$minor.$patch$prerelease"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="planbelt",
version="0.3.0",
version="0.3.1",
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit cb67f36

Please sign in to comment.