summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES7
-rw-r--r--dogpile/__init__.py2
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'