Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jan 14, 2015
1 parent 556849d commit 406009d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chest/__init__.py
@@ -1,3 +1,3 @@
from .core import Chest

__version__ = '0.1.0'
__version__ = '0.2.0'
7 changes: 7 additions & 0 deletions release-notes.md
@@ -0,0 +1,7 @@

Version 0.2.0
-------------

* Threadsafe (maybe)
* LRU - added heapdict as dependency
* Don't write when already on disk

0 comments on commit 406009d

Please sign in to comment.