diff --git a/README.md b/README.md index a39d06b..7dfb4bc 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,10 @@ pip install -e . ## Release History +* v0.21.0 + * A nice new README * v0.20.0 - * Beautiful README ! + * New exclude behavior with gitignore style matching ! * v0.19.2 * Dropped `cache_args` to simplify cache functionality * v0.19.1 diff --git a/potodo/__init__.py b/potodo/__init__.py index d0e3551..7063070 100644 --- a/potodo/__init__.py +++ b/potodo/__init__.py @@ -2,4 +2,4 @@ __author__ = """Jules Lasne""" __email__ = "jules.lasne@gmail.com" -__version__ = "0.20.0" +__version__ = "0.21.0"