X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=29d30c4ff182a528ca6f0194dd3cf734e4156eb2;hb=f55c9af9abc7782f7bb5c5fb4e91732b18919da7;hp=ba5c150d84043b6394786192553aa00cb606231f;hpb=2a14b523b0982a6641e45b48099e65dfe1bb4f6a;p=notmuch diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index ba5c150d..29d30c4f 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -1,7 +1,5 @@ """The :mod:`notmuch` module provides most of the functionality that a user is likely to need. -Many of its objects use python's logging module to log some output at DEBUG level. - .. note:: The underlying notmuch library is build on a hierarchical memory allocator called talloc. All objects derive from a top-level :class:`Database` object. @@ -37,5 +35,5 @@ Many of its objects use python's logging module to log some output at DEBUG leve from database import Database, Query from cnotmuch.globals import nmlib, STATUS, NotmuchError __LICENSE__="GPL v3+" -__VERSION__='0.1.1' +__VERSION__='0.2.0' __AUTHOR__ ='Sebastian Spaeth '