]> git.notmuchmail.org Git - notmuch/commitdiff
bump __VERSION__ to 0.2.1
authorSebastian Spaeth <sebastian@sspaeth.de>
Thu, 25 Mar 2010 13:30:50 +0000 (14:30 +0100)
committerSebastian Spaeth <sebastian@sspaeth.de>
Thu, 25 Mar 2010 13:30:50 +0000 (14:30 +0100)
README
cnotmuch/notmuch.py

diff --git a/README b/README
index c36648beec34e0b98eb0128d1e61e3fa479e6d85..fc5583149f7b2ae74ed74d96eb542fd92e4615f0 100644 (file)
--- 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
index 019da2afc37052f45d529bba79f4482021fb806c..13a5d4a4421d565ff046538ec4bdbbec84e458d5 100644 (file)
@@ -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>'