summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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=[