release 0.2.1
This commit is contained in:
parent
6904612d97
commit
ddbe88eee4
@ -36,6 +36,11 @@ under 10 minutes. Both tests on HFS+.
|
||||
Change Log
|
||||
----------
|
||||
|
||||
0.2.1
|
||||
~~~~~
|
||||
|
||||
* fixed regression from 0.2.0 where new files caused a ``KeyError`` exception
|
||||
|
||||
0.2.0
|
||||
~~~~~
|
||||
|
||||
|
@ -37,7 +37,7 @@ import sys
|
||||
|
||||
CHUNK_SIZE = 16384
|
||||
DOT_THRESHOLD = 200
|
||||
VERSION = (0, 2, 0)
|
||||
VERSION = (0, 2, 1)
|
||||
|
||||
|
||||
def sha1(path):
|
||||
|
Loading…
x
Reference in New Issue
Block a user