Skip to content

Commit 5ef01b1

Browse files
Version bumped up to 0.5
1 parent a256b1a commit 5ef01b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,13 @@ Note, that eviction is still based on LRU, not on the age test.
340340
Change Log
341341
==========
342342

343+
Version 0.5
344+
------------
345+
346+
Added a "from __future__ import with_statement" for Python 2.5 compatibility.
347+
Note, that supporting py2.5 is not a real goal, and I did not test the code
348+
using that version.
349+
343350
Version 0.4
344351
------------
345352

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name = "darts.util.lru",
28-
version = "0.4",
28+
version = "0.5",
2929
description='Simple dictionary with LRU behaviour',
3030
zip_safe=True,
3131
packages = find_packages(),

0 commit comments

Comments
 (0)