From: Sebastian Spaeth Date: Thu, 25 Mar 2010 13:30:50 +0000 (+0100) Subject: bump __VERSION__ to 0.2.1 X-Git-Tag: 0.3~121^2~32 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=5bab5968aa7a7e5a054a785a43ff620e344868f2 bump __VERSION__ to 0.2.1 --- diff --git a/README b/README index c36648be..fc558314 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 019da2af..13a5d4a4 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 '