summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-25 14:30:50 +0100
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-25 14:30:50 +0100
commit5bab5968aa7a7e5a054a785a43ff620e344868f2 (patch)
tree254fca31620117c2fddbc9b1c2ee19bc4d5b94d2
parent7390c869c71cd7d65a99b3dacb17ca659aa09c8b (diff)
bump __VERSION__ to 0.2.1
-rw-r--r--README3
-rw-r--r--cnotmuch/notmuch.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index c36648b..fc55831 100644
--- a/README
+++ b/README
@@ -78,4 +78,5 @@ Changelog
---------
0.1 First public release
0.1.1 Fixed Database.create_query()
-0.2.0 Implemented Thread() and Threads() methods \ No newline at end of file
+0.2.0 Implemented Thread() and Threads() methods
+0.2.1 Implemented the remaining API methods, notably Directory() and Filenames() \ No newline at end of file
diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py
index 019da2a..13a5d4a 100644
--- a/cnotmuch/notmuch.py
+++ b/cnotmuch/notmuch.py
@@ -38,5 +38,5 @@ from thread import Threads, Thread
from tag import Tags
from cnotmuch.globals import nmlib, STATUS, NotmuchError
__LICENSE__="GPL v3+"
-__VERSION__='0.2.0'
+__VERSION__='0.2.1'
__AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'