summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2009-06-16 06:40:37 +0000
committerChris McDonough <chrism@plope.com>2009-06-16 06:40:37 +0000
commitc410d141126462a16763b0c3713e19e953571808 (patch)
tree34653e9c20db5aaba45c7393e726a03cd1884d73
parent86b4d985b812b5b7b34ac0c68ab35864daf49012 (diff)
downloadrepoze-lru-c410d141126462a16763b0c3713e19e953571808.tar.gz
Prep for 0.3.
-rw-r--r--CHANGES.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5b1c483..36f60e1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,11 @@
repoze.lru
==========
+0.3 (2009/06/16)
+----------------
+
+- Add a thread lock around ``clear`` logic.
+
0.2 (2009/06/15)
----------------
diff --git a/setup.py b/setup.py
index b6d0397..8c9c8a0 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '0.2'
+__version__ = '0.3'
import os