release 0.2.1

This commit is contained in:
Łukasz Langa 2013-02-12 09:57:58 +01:00
parent 6904612d97
commit ddbe88eee4
2 changed files with 6 additions and 1 deletions

View File

@ -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
~~~~~

View File

@ -37,7 +37,7 @@ import sys
CHUNK_SIZE = 16384
DOT_THRESHOLD = 200
VERSION = (0, 2, 0)
VERSION = (0, 2, 1)
def sha1(path):