summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-03-24 13:40:41 -0400
committerTres Seaver <tseaver@palladion.com>2012-03-24 13:40:41 -0400
commita0f71cfbcbc6593c1cdeb7fce9a53384ccfb9f13 (patch)
treec8250ba15a7f807b7a549d49debdb6268af7f426
parent91198f38debbdb3cf0135848010629df2c17af42 (diff)
downloadrepoze-lru-a0f71cfbcbc6593c1cdeb7fce9a53384ccfb9f13.tar.gz
Prep 0.5 release.0.5
-rw-r--r--CHANGES.txt5
-rw-r--r--setup.py2
2 files changed, 3 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 591078d..0d40604 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,8 +1,8 @@
Changelog
=========
-After 0.4
----------
+0.5 (2012-03-24)
+----------------
- Feature: added a new "invalidate()" method to allow removal of items from
the cache (issue #8).
@@ -18,7 +18,6 @@ After 0.4
- Bug: LRUCache would evict entries even when not full (Issue #2).
-
0.4 (2011-09-04)
----------------
diff --git a/setup.py b/setup.py
index da55d2a..9017640 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ except:
CHANGES = ''
setup(name='repoze.lru',
- version='0.5dev',
+ version='0.5',
description='A tiny LRU cache implementation and decorator',
long_description=README + '\n\n' + CHANGES,
classifiers=[