diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8ff98ef..e53a3f2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,11 @@ Changelog Unreleased ---------- + +v0.3.1 +------ +*23 August 2020* + Fixed ~~~~~ - Clear progress bar before printing a path when listing files. diff --git a/entomb/__init__.py b/entomb/__init__.py index 2c72cd2..5433ea2 100644 --- a/entomb/__init__.py +++ b/entomb/__init__.py @@ -5,4 +5,4 @@ __licence__ = "MIT" __title__ = "Entomb" __url__ = "https://github.com/countermeasure/entomb" -__version__ = "0.3.0" +__version__ = "0.3.1"