summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 09973c9..ca5ecbc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,8 +1,8 @@
Changelog
=========
-After 0.5
----------
+0.6 (2012-07-12)
+----------------
- Added a 'CacheMaker' helper class: a maker keeps references (by name)
to the caches it creates, to permit them to be cleared.
diff --git a/setup.py b/setup.py
index 80fd4dd..031e79e 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ except:
testing_extras = ['nose', 'coverage']
setup(name='repoze.lru',
- version='0.5',
+ version='0.6',
description='A tiny LRU cache implementation and decorator',
long_description=README + '\n\n' + CHANGES,
classifiers=[