diff --git a/CHANGELOG.md b/CHANGELOG.md index 651dd1b..c50625b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.2 (2024-02-15) + +### Fix + +- add more instructive error + ## 0.5.1 (2023-09-21) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 334980f..fbaaa29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/setup.py b/setup.py index 1a5998d..3ee7c7e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="planbelt", - version="0.5.1", + version="0.5.2", packages=find_packages(), include_package_data=True, install_requires=[