Skip to content

Commit

Permalink
bump: version 0.5.1 → 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 15, 2024
1 parent 47c80f4 commit 76f8fef
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.5.2 (2024-02-15)

### Fix

- add more instructive error

## 0.5.1 (2023-09-21)

### Fix
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.5.1"
version = "0.5.2"
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.5.1",
version="0.5.2",
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 76f8fef

Please sign in to comment.