---------
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
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>'