From ddbe88eee40d24168cd7d95c107e7824d671b219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Tue, 12 Feb 2013 09:57:58 +0100 Subject: [PATCH] release 0.2.1 --- README.rst | 5 +++++ src/bitrot.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ae4a4f5..985435c 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~ diff --git a/src/bitrot.py b/src/bitrot.py index 37ed6dd..27bbbc5 100644 --- a/src/bitrot.py +++ b/src/bitrot.py @@ -37,7 +37,7 @@ import sys CHUNK_SIZE = 16384 DOT_THRESHOLD = 200 -VERSION = (0, 2, 0) +VERSION = (0, 2, 1) def sha1(path):