Skip to content

Commit

Permalink
bump: version 0.4.4 → 0.4.5
Browse files Browse the repository at this point in the history
github-actions[bot] committed Jul 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7aedd6c commit 319f2fe
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.4.5 (2023-07-27)

### Fix

- add new report type and add value error

## 0.4.4 (2023-07-13)

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

setup(
name="planbelt",
version="0.4.4",
version="0.4.5",
packages=find_packages(),
include_package_data=True,
install_requires=[

0 comments on commit 319f2fe

Please sign in to comment.