From a0f71cfbcbc6593c1cdeb7fce9a53384ccfb9f13 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Sat, 24 Mar 2012 13:40:41 -0400 Subject: Prep 0.5 release. --- CHANGES.txt | 5 ++--- setup.py | 2 +- 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=[ -- cgit v1.2.1