diff --git a/CHANGELOG.md b/CHANGELOG.md index f2348aa7..e057cbc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.0.8 (2022-02-09) + +- Bugfix `shell` for real. + ## v2.0.7 (2022-02-09) - Bugfix for `shell`. diff --git a/organize/__version__.py b/organize/__version__.py index 962c851b..8cb37b58 100644 --- a/organize/__version__.py +++ b/organize/__version__.py @@ -1 +1 @@ -__version__ = "2.0.7" +__version__ = "2.0.8" diff --git a/pyproject.toml b/pyproject.toml index 8b4d7dae..37765610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "organize-tool" -version = "2.0.7" +version = "2.0.8" description = "The file management automation tool" packages = [{ include = "organize" }] authors = ["Thomas Feldmann "]