summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-07-12 14:46:47 -0400
committerTres Seaver <tseaver@palladion.com>2012-07-12 14:46:47 -0400
commit29c8281dee7fe8dae8c66c7c40ce7c058ec2ab0f (patch)
treee07fa857b1646b96da3ce6f1ecbe0ac1e48301b4
parentf338b9bee5240744a1dbdc4452619388ebd4fda6 (diff)
downloadrepoze-lru-29c8281dee7fe8dae8c66c7c40ce7c058ec2ab0f.tar.gz
Prep 0.6 release.0.6
-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=[