From 5bab5968aa7a7e5a054a785a43ff620e344868f2 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Thu, 25 Mar 2010 14:30:50 +0100 Subject: [PATCH] bump __VERSION__ to 0.2.1 --- README | 3 ++- cnotmuch/notmuch.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ' -- 2.43.0