Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Commit 04a80c5

Browse files
committed
Updated readme with new version
1 parent 181a3c5 commit 04a80c5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ pip install -e .
8888

8989
## Release History
9090

91+
* v0.21.0
92+
* A nice new README
9193
* v0.20.0
92-
* Beautiful README !
94+
* New exclude behavior with gitignore style matching !
9395
* v0.19.2
9496
* Dropped `cache_args` to simplify cache functionality
9597
* v0.19.1

potodo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Jules Lasne"""
44
__email__ = "jules.lasne@gmail.com"
5-
__version__ = "0.20.0"
5+
__version__ = "0.21.0"

0 commit comments

Comments
 (0)