From 28f62b144a7dafcce77585e738878ef95288610c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 30 Mar 2012 18:50:10 -0400 Subject: - bump version to 0.2.2, fix changelog --- CHANGES | 7 +++++-- dogpile/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 7dd26c7..f746b50 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +0.2.2 +===== + +- expire time of None means "never expire". + 0.2.1 ===== @@ -16,8 +21,6 @@ value can come from the cache, thus eliminating the need for the dogpile lock to hang around persistently. -- expire time of None means "never expire". - 0.2.0 ===== diff --git a/dogpile/__init__.py b/dogpile/__init__.py index 9dfc847..3eda763 100644 --- a/dogpile/__init__.py +++ b/dogpile/__init__.py @@ -1,4 +1,4 @@ from dogpile import Dogpile, SyncReaderDogpile, NeedRegenerationException -__version__ = '0.2.1' +__version__ = '0.2.2' -- cgit v1.2.1