summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-07-12 14:49:28 -0400
committerTres Seaver <tseaver@palladion.com>2012-07-12 14:49:28 -0400
commitc689203f41410b95b533085ae91c24a78e92c38d (patch)
tree4eb4df27782677d97b46ca8a241a2cb583150eb2
parent29c8281dee7fe8dae8c66c7c40ce7c058ec2ab0f (diff)
downloadrepoze-lru-c689203f41410b95b533085ae91c24a78e92c38d.tar.gz
Ongoing development.
-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 ca5ecbc..c704280 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,11 @@
Changelog
=========
+After 0.6
+---------
+
+- TBD
+
0.6 (2012-07-12)
----------------
diff --git a/setup.py b/setup.py
index 031e79e..bf4f323 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ except:
testing_extras = ['nose', 'coverage']
setup(name='repoze.lru',
- version='0.6',
+ version='0.6+',
description='A tiny LRU cache implementation and decorator',
long_description=README + '\n\n' + CHANGES,
classifiers=[