projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeecafa
)
bindings/python: Bump bindings version to 0.6
author
Sebastian Spaeth
<Sebastian@SSpaeth.de>
Thu, 2 Jun 2011 15:44:23 +0000
(17:44 +0200)
committer
Sebastian Spaeth
<Sebastian@SSpaeth.de>
Thu, 2 Jun 2011 15:44:23 +0000
(17:44 +0200)
To match the upcoming release, and with the updated API to match the
current libnotmuch, bump the python version number (notmuch.__VERSION__)
to 0.6.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
bindings/python/notmuch/__init__.py
patch
|
blob
|
history
diff --git
a/bindings/python/notmuch/__init__.py
b/bindings/python/notmuch/__init__.py
index 52a757c3590f9c77cf1fc726dde6758c16a274a9..4331d9de9a355ca76a52dbc6d966c454aba9fb27 100644
(file)
--- a/
bindings/python/notmuch/__init__.py
+++ b/
bindings/python/notmuch/__init__.py
@@
-57,5
+57,5
@@
from notmuch.thread import Threads, Thread
from notmuch.tag import Tags
from notmuch.globals import nmlib, STATUS, NotmuchError
__LICENSE__="GPL v3+"
-__VERSION__='0.
4
'
+__VERSION__='0.
6
'
__AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'